summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2014-02-17 12:15:17 +0000
committerFelix Fietkau <nbd@openwrt.org>2014-02-17 13:20:11 +0100
commit2549fb84542a6b59a1a21dfd7fc9fd51700c8ce3 (patch)
treebb4c77a125e97e2dd8135c51b5467fdde5dad899
parent262fede3e8c8c08c1eb0d1be9bf102232fb86cb9 (diff)
downloaduci-2549fb84542a6b59a1a21dfd7fc9fd51700c8ce3.tar.gz
uci_blob: add an element to uci_blob_param_list to allow the tracking of validation info
Signed-off-by: John Crispin <blogic@openwrt.org>
-rw-r--r--uci_blob.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/uci_blob.h b/uci_blob.h
index d2294d8..db97128 100644
--- a/uci_blob.h
+++ b/uci_blob.h
@@ -25,6 +25,7 @@ struct uci_blob_param_list {
int n_params;
const struct blobmsg_policy *params;
const struct uci_blob_param_info *info;
+ const char * const *validate;
int n_next;
const struct uci_blob_param_list *next[];