chiark / gitweb /
musl-fix: faccessat does not support AT_SYMLINK_NOFOLLOW with musl.
[elogind.git] / src / shared / pager.h
index 325ca98f79cebffab7b5f6aba2eb5fd5476b070e..7e1c91d1aa4a75602cee4145403d659a23425739 100644 (file)
@@ -1,5 +1,3 @@
-/*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/
-
 #pragma once
 
 /***
 
 #include <stdbool.h>
 
+#include "macro.h"
+
 int pager_open(bool jump_to_end);
 void pager_close(void);
-bool pager_have(void);
+bool pager_have(void) _pure_;
+
+#if 0 /// UNNEEDED by elogind
+int show_man_page(const char *page, bool null_stdio);
+#endif // 0