summaryrefslogtreecommitdiff
path: root/src/shared/pager.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/shared/pager.h')
-rw-r--r--src/shared/pager.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/pager.h b/src/shared/pager.h
index 5e7b5ab91e..325ca98f79 100644
--- a/src/shared/pager.h
+++ b/src/shared/pager.h
@@ -23,6 +23,6 @@
#include <stdbool.h>
-int pager_open(void);
+int pager_open(bool jump_to_end);
void pager_close(void);
bool pager_have(void);