summaryrefslogtreecommitdiff
path: root/rcfile.h
diff options
context:
space:
mode:
authorJosé Fonseca <jrfonseca@users.sourceforge.net>2003-07-04 16:28:14 +0000
committerJosé Fonseca <jrfonseca@users.sourceforge.net>2003-07-04 16:28:14 +0000
commitcd2170b37673352903432c4851a31168a5e5e5bb (patch)
tree4d8f8e90808274ea0b4930724052a41e8d4acea5 /rcfile.h
parent15350708d628c8be91ca0ac00ec7956bbf3f6c80 (diff)
Search for the global configuration file.
Do not make the CRLF line translation for the MDA pipe.
Diffstat (limited to 'rcfile.h')
-rw-r--r--rcfile.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/rcfile.h b/rcfile.h
new file mode 100644
index 0000000..f6efc07
--- /dev/null
+++ b/rcfile.h
@@ -0,0 +1,11 @@
+/**
+ * \file rcfile.h
+ * Parsing of the configuration file.
+ */
+
+#ifndef _RCFILE_H
+#define _RCFILE_H
+
+extern void rcfile_parse(const char *rcfile);
+
+#endif