From 5280f9a0cd1f9ba200422ebba65d1e0133410995 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Sat, 13 Sep 2014 09:43:21 -0700 Subject: Initial. --- src/man-config.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/man-config.h (limited to 'src/man-config.h') 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; -- cgit v1.2.3