diff options
Diffstat (limited to 'pptpd-1.3.3/configfile.h')
-rw-r--r-- | pptpd-1.3.3/configfile.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/pptpd-1.3.3/configfile.h b/pptpd-1.3.3/configfile.h new file mode 100644 index 0000000..9a646e2 --- /dev/null +++ b/pptpd-1.3.3/configfile.h @@ -0,0 +1,14 @@ +/* + * 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 */ |