summaryrefslogtreecommitdiff
path: root/src/shared/pager.h
diff options
context:
space:
mode:
authorHarald Hoyer <harald@redhat.com>2013-03-07 20:44:35 +0100
committerLennart Poettering <lennart@poettering.net>2013-03-07 21:16:04 +0100
commit1b12a7b5896f94bdf33b3a6661ebabd761ea6adc (patch)
treec3ddd126dbf7e0b9267425a32bd656f04cf83383 /src/shared/pager.h
parent6aa8d43ade72e24c9426e604f7fc4b7582b9db7c (diff)
pager: introduce "jump to end" option
$ journalctl -be is what you want :) https://bugzilla.redhat.com/show_bug.cgi?id=867841
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);