summaryrefslogtreecommitdiff
path: root/netifd.h
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2011-04-13 20:00:25 +0200
committerFelix Fietkau <nbd@openwrt.org>2011-04-13 20:00:25 +0200
commit1f8dc227cdd425f1313f564fd074c614bb1954a3 (patch)
treea19a89983eff1a9395d1c9900192da2218de2d41 /netifd.h
parenta4eca2d98c01e39bc12e284a257cf2f684104011 (diff)
downloadnetifd-1f8dc227cdd425f1313f564fd074c614bb1954a3.tar.gz
make avl_strcmp globally visible
Diffstat (limited to 'netifd.h')
-rw-r--r--netifd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/netifd.h b/netifd.h
index 160ea3b..771bcea 100644
--- a/netifd.h
+++ b/netifd.h
@@ -25,6 +25,7 @@ struct interface;
extern struct uci_context *uci_ctx;
extern bool config_init;
+int avl_strcmp(const void *k1, const void *k2, void *ptr);
void config_init_interfaces(const char *name);
#endif