]> Git Repo - uclibc-ng.git/blob - include/cfgfile.h
We already have tar.h, so might as well include cpio.h as well...
[uclibc-ng.git] / include / cfgfile.h
1 #ifndef __CFGFILE_H__
2 #define __CFGFILE_H__
3
4 #include <stdio.h>
5
6 __BEGIN_DECLS
7 char ** cfgread(FILE *fp);
8 char ** cfgfind(FILE *fp, char *var);
9 __END_DECLS
10
11 #endif /* __CFGFILE_H__ */
This page took 0.024447 seconds and 4 git commands to generate.