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, 1 insertions, 0 deletions
diff --git a/src/interface.h b/src/interface.h
index c05c5b3..daa6d97 100644
--- a/src/interface.h
+++ b/src/interface.h
@@ -33,5 +33,6 @@ 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);
+void interface_up(struct interface *i);
#endif