1 #ifndef _CFG_PARSER_H_INCLUDED_
2 #define _CFG_PARSER_H_INCLUDED_
24 char *(*get_str) (
const struct CFG_PARSER *,
const char *,
const char *,
38 #define cfg_get_owner(cfg) ((cfg)->owner)
CFG_PARSER * cfg_parser_free(CFG_PARSER *)
char * cfg_get_str(const CFG_PARSER *, const char *, const char *, int, int)
int(* get_int)(const struct CFG_PARSER *, const char *, int, int, int)
int cfg_get_int(const CFG_PARSER *, const char *, int, int, int)
int cfg_get_bool(const CFG_PARSER *, const char *, int)
CFG_PARSER * cfg_parser_alloc(const char *)
int(* get_bool)(const struct CFG_PARSER *, const char *, int)
struct CFG_PARSER CFG_PARSER