summaryrefslogtreecommitdiffstats
path: root/src/assocwatch.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/assocwatch.h')
-rw-r--r--src/assocwatch.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/assocwatch.h b/src/assocwatch.h
new file mode 100644
index 0000000..7a06f87
--- /dev/null
+++ b/src/assocwatch.h
@@ -0,0 +1,8 @@
+#ifndef fooassocwatchfoo
+#define fooassocwatchfoo
+
+#include "util.h"
+
+int assocwatch_init(int (*cb) (int idx, struct hw_addr *a));
+
+#endif