configfile.h 289 B

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