summaryrefslogtreecommitdiffstats
path: root/src/assocwatch.h
blob: 7a06f8747b33da771d546439b74352455d91ed49 (plain)
1
2
3
4
5
6
7
8
#ifndef fooassocwatchfoo
#define fooassocwatchfoo

#include "util.h"

int assocwatch_init(int (*cb) (int idx, struct hw_addr *a));

#endif