X-Git-Url: http://git.archive.openwrt.org/?p=project%2Ffirewall3.git;a=blobdiff_plain;f=ubus.h;h=e16b873f7a6cb1155f904f55a17c8515f954830a;hp=0b4c01a1771815953c90242d95ab2dbd68cfda63;hb=1f3cd50c62a909da3f3245284de473583440109a;hpb=8fee8f9c520c58d07772cc6bd8f65d9eb1776a56 diff --git a/ubus.h b/ubus.h index 0b4c01a..e16b873 100644 --- a/ubus.h +++ b/ubus.h @@ -31,6 +31,5 @@ void fw3_ubus_disconnect(void); struct fw3_device * fw3_ubus_device(const char *net); struct list_head * fw3_ubus_address(const char *net); -void fw3_ubus_address_free(struct list_head *list); #endif