chiark / gitweb /
catalog: open up catalog internals
[elogind.git] / src / shared / conf-files.h
index 28588e6f0377bd805d466da30f079718331fbb75..3bd3d2f3d49661c77a14ece38ebef3d16b72890e 100644 (file)
@@ -26,7 +26,7 @@
 #include "macro.h"
 
 int conf_files_list(char ***strv, const char *suffix, const char *root, const char *dir, ...);
-int conf_files_list_strv(char ***strv, const char *suffix, const char *root, const char **dirs);
+int conf_files_list_strv(char ***strv, const char *suffix, const char *root, const char* const* dirs);
 int conf_files_list_nulstr(char ***strv, const char *suffix, const char *root, const char *dirs);
 
 #endif