diff options
| author | root <root@aquarius.(none)> | 2010-09-25 18:12:53 +0200 |
|---|---|---|
| committer | root <root@aquarius.(none)> | 2010-09-25 18:12:53 +0200 |
| commit | 6ad8dc8a9585fbd3f5ea45d70878edaa713c6af5 (patch) | |
| tree | 4b2611161c897ea298e23359a5fa74b5c68778df | |
| parent | 61809b4cf7467ae3988a2f6832c94d4d211552c8 (diff) | |
| download | MAC-Telnet-6ad8dc8a9585fbd3f5ea45d70878edaa713c6af5.tar.gz MAC-Telnet-6ad8dc8a9585fbd3f5ea45d70878edaa713c6af5.zip | |
Done splitting files
| -rw-r--r-- | udp.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -0,0 +1,4 @@ +#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); +#endif |
