2
0
This repository has been archived on 2025-11-08. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files

13 lines
225 B
C
Executable File

/*
* configfile.h
*
* Function to read pptpd config file.
*/
#ifndef _PPTPD_CONFIGFILE_H
#define _PPTPD_CONFIGFILE_H
int read_config_file(char *filename, char *keyword, char *value);
#endif /* !_PPTPD_CONFIGFILE_H */