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 2f9490e..d1f3826 100644
--- a/src/interface.h
+++ b/src/interface.h
@@ -26,7 +26,6 @@ int interface_do_message;
typedef enum { IFSTATUS_UP, IFSTATUS_DOWN, IFSTATUS_ERR } interface_status_t;
-int interface_open(char *iface);
void interface_up(int fd, char *iface);
interface_status_t interface_detect_beat_mii(int fd, char *iface);