make avl_strcmp globally visible
[project/netifd.git] / netifd.h
index 160ea3b..771bcea 100644 (file)
--- 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