X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fnetifd.git;a=blobdiff_plain;f=netifd.h;h=771bcea69c21336e3b6598930c0439b447c944de;hp=160ea3bccd7636c8a0de49466c5c33333d39c614;hb=1f8dc227cdd425f1313f564fd074c614bb1954a3;hpb=a4eca2d98c01e39bc12e284a257cf2f684104011 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