add back uci_context parameter for uci_list_configs - for future use with multiple...
[project/uci.git] / list.c
diff --git a/list.c b/list.c
index 01bdb81de59925cae6ea05b28d3804eb5893d2a1..ba5a9f0beedbc30545e3758e756f8dec4007ddb4 100644 (file)
--- a/list.c
+++ b/list.c
@@ -193,7 +193,7 @@ static inline char *get_filename(char *path)
        return p;
 }
 
-char **uci_list_configs()
+char **uci_list_configs(struct uci_context *ctx)
 {
        char **configs;
        glob_t globbuf;