diff options
Diffstat (limited to 'include/cfgfile.h')
-rw-r--r-- | include/cfgfile.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/cfgfile.h b/include/cfgfile.h new file mode 100644 index 000000000..1eae1bc94 --- /dev/null +++ b/include/cfgfile.h @@ -0,0 +1,8 @@ +#ifndef __CFGFILE_H__ +#define __CFGFILE_H__ + +#include <stdio.h> +char ** cfgread(FILE *fp); +char ** cfgfind(FILE *fp, char *var); + +#endif /* __CFGFILE_H__ */ |