summaryrefslogtreecommitdiff
path: root/uci.h
diff options
context:
space:
mode:
Diffstat (limited to 'uci.h')
-rw-r--r--uci.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/uci.h b/uci.h
index 2fbcb80..382e745 100644
--- a/uci.h
+++ b/uci.h
@@ -299,6 +299,7 @@ struct uci_element
struct uci_backend
{
const char *name;
+ char **(*list_configs)(struct uci_context *ctx);
struct uci_package *(*load)(struct uci_context *ctx, const char *name);
void (*commit)(struct uci_context *ctx, struct uci_package **p, bool overwrite);
};