diff options
author | Felix Fietkau <nbd@openwrt.org> | 2011-02-19 15:21:52 +0100 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2011-03-27 01:42:33 +0100 |
commit | 5d1fff7af6f77c9bf0d46572c7af563cd9fc55b3 (patch) | |
tree | 76d080e6b59f9235cd47b0e047f662c1f0a6ce00 /ubus.h |
Initial import
Diffstat (limited to 'ubus.h')
-rw-r--r-- | ubus.h | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -0,0 +1,9 @@ +#ifndef __NETIFD_UBUS_H +#define __NETIFD_UBUS_H + +int netifd_ubus_init(const char *path); +void netifd_ubus_done(void); +void netifd_ubus_add_interface(struct interface *iface); +void netifd_ubus_remove_interface(struct interface *iface); + +#endif |