From cd2170b37673352903432c4851a31168a5e5e5bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Fonseca?= Date: Fri, 4 Jul 2003 16:28:14 +0000 Subject: Search for the global configuration file. Do not make the CRLF line translation for the MDA pipe. --- rcfile.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 rcfile.h (limited to 'rcfile.h') 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 -- cgit v1.2.3