From 3e81b0123b4bbfedbdc1135a6a4305c347f91a3a Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sat, 9 Aug 2003 16:41:59 +0000 Subject: Initial commit git-svn-id: file:///home/lennart/svn/public/aeswepd/trunk@3 022f378f-78c4-0310-b860-d162c87e6274 --- src/assocwatch.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 src/assocwatch.h (limited to 'src/assocwatch.h') 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 -- cgit