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