projects
/
project
/
odhcpd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9117bc4
)
dhcpv4: add ubus_get_address4 ubus_get_mask4 function
author
Patrick Grimm
<stargieg@gmail.com>
Mon, 15 Jun 2015 01:39:59 +0000
(
03:39
+0200)
committer
Patrick Grimm
<stargieg@gmail.com>
Mon, 15 Jun 2015 01:39:59 +0000
(
03:39
+0200)
Signed-off-by: Patrick Grimm <patrick@lunatiki.de>
src/odhcpd.h
patch
|
blob
|
history
diff --git
a/src/odhcpd.h
b/src/odhcpd.h
index 5944661d67db1483a2565edccabc0ebc265ce8fd..82ba46ba8b493d484ac7de8bac4361d5abb5db35 100644
(file)
--- a/
src/odhcpd.h
+++ b/
src/odhcpd.h
@@
-209,6
+209,8
@@
int init_ubus(void);
const char* ubus_get_ifname(const char *name);
void ubus_apply_network(void);
bool ubus_has_prefix(const char *name, const char *ifname);
+struct in_addr* ubus_get_address4(const char *name);
+struct in_addr* ubus_get_mask4(const char *name);
#endif