summaryrefslogtreecommitdiffstats
path: root/src/ifmonitor.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ifmonitor.h')
-rw-r--r--src/ifmonitor.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ifmonitor.h b/src/ifmonitor.h
new file mode 100644
index 0000000..cdbb5dd
--- /dev/null
+++ b/src/ifmonitor.h
@@ -0,0 +1,6 @@
+#ifndef fooifmonitorhfoo
+#define fooifmonitorhfoo
+
+int ifmonitor_init(int (*cb) (int b, int index, unsigned short type, const char *name));
+
+#endif