summaryrefslogtreecommitdiffstats
path: root/net.h
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2008-09-17 10:32:55 +0000
committerRoy Marples <roy@marples.name>2008-09-17 10:32:55 +0000
commitf52769ba71d9fac5acbe71a435e6018f2eacd571 (patch)
tree563f7540d02f80a77c5879341d7f635a8efefd20 /net.h
parent065125d478bfa3d0814c8a67fa0bad5fd442270b (diff)
downloaddhcpcd-f52769ba71d9fac5acbe71a435e6018f2eacd571.tar.xz
Move wireless detection from net.c into if-bsd.c and if-linux.c
Diffstat (limited to 'net.h')
-rw-r--r--net.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/net.h b/net.h
index 5750349a..29e7df36 100644
--- a/net.h
+++ b/net.h
@@ -91,6 +91,7 @@ uint32_t get_netmask(uint32_t);
char *hwaddr_ntoa(const unsigned char *, size_t);
size_t hwaddr_aton(unsigned char *, const char *);
+int if_wireless(const char *);
struct interface *init_interface(const char *);
struct interface *discover_interfaces(int, char * const *);
void free_interface(struct interface *);