summaryrefslogtreecommitdiffstats
path: root/utils.h
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2012-12-19 18:02:39 +0100
committerFelix Fietkau <nbd@openwrt.org>2012-12-19 18:02:43 +0100
commit0a7d365974184880ff573d7272f04777889deaaa (patch)
tree03563e6fe7c601485cc055114cd895c307a34be2 /utils.h
parent4d0321f1b086be17ada643ff469e1afa536b4ce7 (diff)
downloadunitd-0a7d365974184880ff573d7272f04777889deaaa.tar
unitd-0a7d365974184880ff573d7272f04777889deaaa.zip
add instance file attribute with md5 hash checks
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Diffstat (limited to 'utils.h')
-rw-r--r--utils.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/utils.h b/utils.h
index 360f9f1..fba7417 100644
--- a/utils.h
+++ b/utils.h
@@ -11,6 +11,7 @@ struct blobmsg_list_node {
};
typedef bool (*blobmsg_list_cmp)(struct blobmsg_list_node *l1, struct blobmsg_list_node *l2);
+typedef void (*blobmsg_update_cb)(struct blobmsg_list_node *n);
struct blobmsg_list {
struct avl_tree avl;