summaryrefslogtreecommitdiff
path: root/main.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 /main.h
parent15350708d628c8be91ca0ac00ec7956bbf3f6c80 (diff)
Search for the global configuration file.
Do not make the CRLF line translation for the MDA pipe.
Diffstat (limited to 'main.h')
-rw-r--r--main.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/main.h b/main.h
index 5533d54..6686bc7 100644
--- a/main.h
+++ b/main.h
@@ -9,6 +9,7 @@
#include <stdio.h>
+
/**
* Error codes as specified in sendmail's sysexits.h
*/
@@ -35,9 +36,4 @@ extern FILE *log_fp;
extern int verbose;
-extern char *rcfile;
-
-
-extern void parse_rcfile(void);
-
#endif