projects
/
oweals
/
uci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
262fede
)
uci_blob: add an element to uci_blob_param_list to allow the tracking of validation...
author
John Crispin
<blogic@openwrt.org>
Mon, 17 Feb 2014 12:15:17 +0000
(12:15 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Mon, 17 Feb 2014 12:20:11 +0000
(13:20 +0100)
Signed-off-by: John Crispin <blogic@openwrt.org>
uci_blob.h
patch
|
blob
|
history
diff --git
a/uci_blob.h
b/uci_blob.h
index d2294d8b860353ec0985bf1ec9b63a3be1a94615..db97128feb78cb37252fb00b071c9c3d132c2f71 100644
(file)
--- 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[];