ugui.c3l/fm/libconf.h

8 lines
184 B
C
Raw Permalink Normal View History

2024-03-10 17:26:03 +01:00
#ifndef LIBCONF_H_
#define LIBCONF_H_
const char *lcnf_get_conf_file(const char *id, const char *name, int global);
const char *lcnf_get_conf_dir(const char *id, int global);
#endif