예제 #1
0
파일: conffile.c 프로젝트: EmisFR/burp
int conf_load_global_only(const char *path, struct conf **globalcs)
{
	return do_load_global_only(globalcs, path, NULL);
}
예제 #2
0
int conf_load_global_only_buf(const char *buf, struct conf **globalcs)
{
	return do_load_global_only(globalcs, "test buf", buf);
}