summaryrefslogtreecommitdiff
path: root/pptpd-1.3.3/configfile.h
blob: 9a646e2d362af805ad2b74ba69d6662fc65bfd4e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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 */