1/*
2 * configfile.h
3 *
4 * Function to read pptpd config file.
5 *
6 * $Id: configfile.h,v 1.1.1.1 2002/06/21 08:51:55 fenix_nl Exp $
7 */
8
9#ifndef _PPTPD_CONFIGFILE_H
10#define _PPTPD_CONFIGFILE_H
11
12int read_config_file(char *filename, char *keyword, char *value);
13
14#endif	/* !_PPTPD_CONFIGFILE_H */
15