summaryrefslogtreecommitdiffstats
path: root/src/man-config.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/man-config.h')
-rw-r--r--src/man-config.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/man-config.h b/src/man-config.h
new file mode 100644
index 0000000..b364ffd
--- /dev/null
+++ b/src/man-config.h
@@ -0,0 +1,6 @@
+const char *getval (const char *);
+const char *get_expander (const char *);
+void read_config_file (const char *cf);
+
+extern struct dirs cfdirlist;
+extern const char *configuration_file;