From 10a51f687aab0673ff6be875b3b3e0dfe304e2b2 Mon Sep 17 00:00:00 2001 From: root Date: Sat, 25 Sep 2010 21:03:28 +0200 Subject: Last version --- udp.h | 1 + 1 file changed, 1 insertion(+) (limited to 'udp.h') diff --git a/udp.h b/udp.h index 5aefab7..d368371 100644 --- a/udp.h +++ b/udp.h @@ -1,4 +1,5 @@ #ifndef _UDP_H #define _UDP_H 1 extern int sendCustomUDP(const int socket, const char *sourcemac, const char *destmac, const char *sourceip, const int sourceport, const char *destip, const int destport, const char *data, const int datalen); +extern void etherAddrton(unsigned char *dest, const unsigned char *mac); #endif -- cgit v1.2.3