From 6ad8dc8a9585fbd3f5ea45d70878edaa713c6af5 Mon Sep 17 00:00:00 2001
From: root <root@aquarius.(none)>
Date: Sat, 25 Sep 2010 18:12:53 +0200
Subject: Done splitting files

---
 udp.h | 4 ++++
 1 file changed, 4 insertions(+)
 create mode 100644 udp.h

diff --git a/udp.h b/udp.h
new file mode 100644
index 0000000..5aefab7
--- /dev/null
+++ b/udp.h
@@ -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
-- 
cgit v1.2.3