summaryrefslogtreecommitdiff
path: root/main.h
diff options
context:
space:
mode:
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