summaryrefslogtreecommitdiff
path: root/include/pager.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/pager.h')
-rw-r--r--include/pager.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/pager.h b/include/pager.h
new file mode 100644
index 0000000..9ca42eb
--- /dev/null
+++ b/include/pager.h
@@ -0,0 +1,6 @@
+#ifndef UTIL_LINUX_PAGER
+#define UTIL_LINUX_PAGER
+
+void setup_pager(void);
+
+#endif