projects
/
project
/
firewall3.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Infer destination zone of DNAT redirects from dest_ip option
[project/firewall3.git]
/
ubus.h
diff --git
a/ubus.h
b/ubus.h
index
0b4c01a
..
e16b873
100644
(file)
--- 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