]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
pager: remove stale pager_redirect() declaration
authorKarel Zak <kzak@redhat.com>
Tue, 17 Feb 2026 09:32:15 +0000 (10:32 +0100)
committerKarel Zak <kzak@redhat.com>
Tue, 17 Feb 2026 09:32:15 +0000 (10:32 +0100)
The pager_redirect() function was removed in the previous commit,
but its declaration in the header was left behind. Remove it.

Signed-off-by: Karel Zak <kzak@redhat.com>
include/pager.h

index 2172177eec5411620d259e1417312d045b7114db..f935ddce1baeeeb6c3a5988ac05a91725bcd0c1b 100644 (file)
@@ -7,8 +7,6 @@
 #ifndef UTIL_LINUX_PAGER
 #define UTIL_LINUX_PAGER
 
-void pager_redirect(void);
-
 void pager_open(void);
 void pager_close(void);