summaryrefslogtreecommitdiff
path: root/dev.h
diff options
context:
space:
mode:
Diffstat (limited to 'dev.h')
-rw-r--r--dev.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/dev.h b/dev.h
index adb1c43..6aa770d 100644
--- a/dev.h
+++ b/dev.h
@@ -15,5 +15,7 @@ extern int device_up_and_running(const char *ifname);
extern u32 device_bitrate(const char *ifname);
extern short device_enter_promiscuous_mode(const char *ifname);
extern void device_leave_promiscuous_mode(const char *ifname, short oldflags);
-
+extern const char *device_type2str(uint16_t type);
+extern const char *device_addr2str(const char *addr, int alen, int type,
+ char *buf, int blen);
#endif /* DEV_H */