Code

conf: helper functions to build config file names
[ncmpc.git] / src / conf.h
index b8e4ed232d59bf94fde477f09b0002c2fcf12087..55bc21b3262b28605bced675d489713792c480dc 100644 (file)
@@ -21,6 +21,9 @@
 
 int check_user_conf_dir(void);
 
+char *build_user_conf_filename(void);
+char *build_system_conf_filename(void);
+
 char *build_user_key_binding_filename(void);
 
 int read_configuration(void);