chiark / gitweb /
musl-fix: faccessat does not support AT_SYMLINK_NOFOLLOW with musl.
[elogind.git] / src / shared / pager.h
index 6eb1f439f8afb8e98945a59a956bd12aaedd79b6..7e1c91d1aa4a75602cee4145403d659a23425739 100644 (file)
@@ -1,5 +1,3 @@
-/*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/
-
 #pragma once
 
 /***
@@ -29,4 +27,6 @@ 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);
+#if 0 /// UNNEEDED by elogind
+int show_man_page(const char *page, bool null_stdio);
+#endif // 0