rename config.c/h

This commit is contained in:
notaz 2013-06-24 18:43:56 +03:00
parent df92fbd1f2
commit 39e6f9733a
5 changed files with 4 additions and 4 deletions

View file

@ -1,16 +0,0 @@
#ifdef __cplusplus
extern "C" {
#endif
int config_writesect(const char *fname, const char *section);
int config_writelrom(const char *fname);
int config_readsect(const char *fname, const char *section);
int config_readlrom(const char *fname);
int config_havesect(const char *fname, const char *section);
int config_get_var_val(void *file, char *line, int lsize, char **rvar, char **rval);
#ifdef __cplusplus
}
#endif