summaryrefslogtreecommitdiff
path: root/pptpd-1.3.3/configfile.h
diff options
context:
space:
mode:
Diffstat (limited to 'pptpd-1.3.3/configfile.h')
-rw-r--r--pptpd-1.3.3/configfile.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/pptpd-1.3.3/configfile.h b/pptpd-1.3.3/configfile.h
deleted file mode 100644
index 9a646e2..0000000
--- a/pptpd-1.3.3/configfile.h
+++ /dev/null
@@ -1,14 +0,0 @@
-/*
- * configfile.h
- *
- * Function to read pptpd config file.
- *
- * $Id: configfile.h,v 1.1.1.1 2002/06/21 08:51:55 fenix_nl Exp $
- */
-
-#ifndef _PPTPD_CONFIGFILE_H
-#define _PPTPD_CONFIGFILE_H
-
-int read_config_file(char *filename, char *keyword, char *value);
-
-#endif /* !_PPTPD_CONFIGFILE_H */