diff options
author | John Crispin <blogic@openwrt.org> | 2014-02-17 12:12:21 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2014-02-17 15:10:11 +0100 |
commit | 8663e9de716248bf72832aee70090f574b3ff5d2 (patch) | |
tree | 5748f5a4741d5922c3e8eeca4824f91c0540cc79 /utils.h | |
parent | e3dc49a34fdd0dd900271cdfe6bb1c05babe5ee6 (diff) |
add a helper to convert blobmsg types to luci validate rules
Signed-off-by: John Crispin <blogic@openwrt.org>
Diffstat (limited to 'utils.h')
-rw-r--r-- | utils.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -16,6 +16,7 @@ #include <unistd.h> #include <stdio.h> +#include <uci_blob.h> #include <libubox/list.h> #include <libubox/avl.h> #include <libubox/avl-cmp.h> @@ -114,6 +115,8 @@ char * format_macaddr(uint8_t *mac); uint32_t crc32_file(FILE *fp); +const char * uci_get_validate_string(const struct uci_blob_param_list *c, int i); + #ifdef __APPLE__ #define s6_addr32 __u6_addr.__u6_addr32 #endif |