summaryrefslogtreecommitdiffstats
path: root/utils.h
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2012-06-24 23:58:37 +0200
committerFelix Fietkau <nbd@openwrt.org>2012-06-24 23:58:37 +0200
commit4bff1b5ebcffc1488649199b88d3602184edf7f3 (patch)
tree0942dc6a6c0c4590ff33ef26af7e38e6d0f0d38a /utils.h
parent43dec9ddfc926aaa884ecf939f8344e960805528 (diff)
downloadunitd-4bff1b5ebcffc1488649199b88d3602184edf7f3.tar
unitd-4bff1b5ebcffc1488649199b88d3602184edf7f3.zip
fix env var handling, add support for filling blobmsg_list from arrays
Diffstat (limited to 'utils.h')
-rw-r--r--utils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils.h b/utils.h
index 7ee65a0..e20169a 100644
--- a/utils.h
+++ b/utils.h
@@ -26,7 +26,7 @@ struct blobmsg_list_node {
avl_for_each_element(&(list)->avl, element, avl)
void __blobmsg_list_init(struct blobmsg_list *list, int offset, int len);
-int blobmsg_list_fill(struct blobmsg_list *list, void *data, int len);
+int blobmsg_list_fill(struct blobmsg_list *list, void *data, int len, bool array);
void blobmsg_list_free(struct blobmsg_list *list);
bool blobmsg_list_equal(struct blobmsg_list *l1, struct blobmsg_list *l2);
void blobmsg_list_move(struct blobmsg_list *list, struct blobmsg_list *src);