From 80e2e58f4e4c0d8ff492281fa998d550a85b4d92 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Tue, 12 Feb 2008 11:36:24 +0100 Subject: add abstraction for listing config files as well --- uci.h | 1 + 1 file changed, 1 insertion(+) (limited to 'uci.h') 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); }; -- cgit v1.2.1