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:
ef74d8a
)
Readd missing ubus function definitions
author
Steven Barth
<steven@midlink.org>
Mon, 30 Mar 2015 08:08:51 +0000
(10:08 +0200)
committer
Steven Barth
<steven@midlink.org>
Mon, 30 Mar 2015 08:08:51 +0000
(10:08 +0200)
src/odhcpd.h
patch
|
blob
|
history
diff --git
a/src/odhcpd.h
b/src/odhcpd.h
index 95dcb00b38185df5252f1498619595f469bef5c1..1ada4aaefebae72aa42e478da5afec6456a4fa87 100644
(file)
--- a/
src/odhcpd.h
+++ b/
src/odhcpd.h
@@
-204,6
+204,13
@@
void odhcpd_bmemcpy(void *av, const void *bv, size_t bits);
int config_parse_interface(void *data, size_t len, const char *iname, bool overwrite);
+#ifdef WITH_UBUS
+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);
+#endif
+
// Exported module initializers
int init_router(void);