chiark / gitweb /
Merge pull request #5 from elogind/dev_v227
[elogind.git] / src / shared / pager.h
index dcd61957ef3eb5842a8daa9009b9b7c5236f3ed1..6eb1f439f8afb8e98945a59a956bd12aaedd79b6 100644 (file)
   along with systemd; If not, see <http://www.gnu.org/licenses/>.
 ***/
 
-void pager_open(void);
+#include <stdbool.h>
+
+#include "macro.h"
+
+int pager_open(bool jump_to_end);
 void pager_close(void);
+bool pager_have(void) _pure_;
+
+// UNNEEDED int show_man_page(const char *page, bool null_stdio);