summaryrefslogtreecommitdiff
path: root/ubus.h
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2011-02-19 15:21:52 +0100
committerFelix Fietkau <nbd@openwrt.org>2011-03-27 01:42:33 +0100
commit5d1fff7af6f77c9bf0d46572c7af563cd9fc55b3 (patch)
tree76d080e6b59f9235cd47b0e047f662c1f0a6ce00 /ubus.h
downloadnetifd-5d1fff7af6f77c9bf0d46572c7af563cd9fc55b3.tar.gz
Initial import
Diffstat (limited to 'ubus.h')
-rw-r--r--ubus.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/ubus.h b/ubus.h
new file mode 100644
index 0000000..668a34b
--- /dev/null
+++ b/ubus.h
@@ -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