X-Git-Url: http://git.mutantstargoat.com?p=libgliar;a=blobdiff_plain;f=src%2Fcfg.h;fp=src%2Fcfg.h;h=c009c95cd7fe7f7ce430b8a5e3b2ffa427531979;hp=c665782cd62e85653717d49bfe76ebfae2ac9ce0;hb=42163e269cceab08031b949a2f7e2c92ca081cbb;hpb=5f0b3ca4e21db7b0f0de939e956bd5f34fec3746 diff --git a/src/cfg.h b/src/cfg.h index c665782..c009c95 100644 --- a/src/cfg.h +++ b/src/cfg.h @@ -38,6 +38,8 @@ struct cfgopt { struct cfgopt *next; }; +void gliar_value_set(const char *key, char **valid, int vcount); + struct cfgopt *gliar_load_cfg(const char *fname); const struct cfgopt *gliar_find_opt(struct cfgopt *list, const char *name);