diff options
Diffstat (limited to 'pptpd-1.3.3/configfile.h')
-rw-r--r-- | pptpd-1.3.3/configfile.h | 14 |
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 9a646e2d..00000000 --- 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 */ |