chiark / gitweb /
catalog: open up catalog internals
[elogind.git] / src / shared / conf-files.c
index 296e605761c79236b034a09f3aab8b5d0d5947d1..6d99739353be97b0553059ffb0d205acff25459d 100644 (file)
@@ -134,7 +134,7 @@ static int conf_files_list_strv_internal(char ***strv, const char *suffix, const
         return 0;
 }
 
         return 0;
 }
 
-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) {
         _cleanup_strv_free_ char **copy = NULL;
 
         assert(strv);
         _cleanup_strv_free_ char **copy = NULL;
 
         assert(strv);