1 #ifndef LIBSILVERCONF_H
2 #define LIBSILVERCONF_H
10 int load_config(struct Silver_Conf
*conf
, const char *appname
);
11 const char *get_config(struct Silver_Conf
*conf
, const char *section
, const char *key
, const char *default_value
);
12 void delete_config(struct Silver_Conf
*conf
);
14 #endif // LIBSILVERCONF_H