Exemple #1
0
static
#endif
int conf_load_overrides(struct conf **globalcs, struct conf **cconfs,
	const char *path)
{
	return do_conf_load_overrides(globalcs, cconfs, path, NULL);
}
Exemple #2
0
int conf_load_overrides_buf(struct conf **globalcs, struct conf **cconfs,
	const char *buf)
{
	return do_conf_load_overrides(globalcs, cconfs, "test buf", buf);
}