summaryrefslogtreecommitdiffstats
path: root/src/interface.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/interface.h')
-rw-r--r--src/interface.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/interface.h b/src/interface.h
index b0667a8..fe803ef 100644
--- a/src/interface.h
+++ b/src/interface.h
@@ -32,6 +32,5 @@ struct interface {
struct interface *interface_open(char *name);
void interface_close(struct interface *i);
-int interface_is_assoc(struct interface *i, struct hw_addr *a);
#endif