diff options
author | Lennart Poettering <lennart@poettering.net> | 2004-04-12 13:58:11 +0000 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2004-04-12 13:58:11 +0000 |
commit | 3a46885c17ba051ced802e3d35b9ddc6bf10edf6 (patch) | |
tree | 22163205f0c0c511acbf2da8121fd22c05cbf45b /src/interface.h | |
parent | 6f81258a90dd9813246a76ccb35c72255541f5e1 (diff) |
preparation for 0.24
git-svn-id: file:///home/lennart/svn/public/ifplugd/trunk@109 2bf48fe7-cfc1-0310-909f-d9042e1e0fef
Diffstat (limited to 'src/interface.h')
-rw-r--r-- | src/interface.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/interface.h b/src/interface.h index d1f3826..2f35a84 100644 --- a/src/interface.h +++ b/src/interface.h @@ -1,7 +1,7 @@ #ifndef foointerfacehfoo #define foointerfacehfoo -/* $Id: interface.h 1.2 Wed, 23 Oct 2002 20:49:08 +0200 lennart $ */ +/* $Id$ */ /* * This file is part of ifplugd. @@ -32,5 +32,6 @@ interface_status_t interface_detect_beat_mii(int fd, char *iface); interface_status_t interface_detect_beat_priv(int fd, char *iface); interface_status_t interface_detect_beat_ethtool(int fd, char *iface); interface_status_t interface_detect_beat_wlan(int fd, char *iface); +interface_status_t interface_detect_beat_iff(int fd, char *iface); #endif |