Update and clean Tomato RAF files
[tomato.git] / release / src / router / pptpd / configfile.h
blob9a646e2d362af805ad2b74ba69d6662fc65bfd4e
1 /*
2 * configfile.h
4 * Function to read pptpd config file.
6 * $Id: configfile.h,v 1.1.1.1 2002/06/21 08:51:55 fenix_nl Exp $
7 */
9 #ifndef _PPTPD_CONFIGFILE_H
10 #define _PPTPD_CONFIGFILE_H
12 int read_config_file(char *filename, char *keyword, char *value);
14 #endif /* !_PPTPD_CONFIGFILE_H */