Usermode/libnet - Implementation of DNS lookup, untested
[tpg/acess2.git] / Usermode / Libraries / libnet.so_src / include / dns.h
index 1f2dd61..8a6ba44 100644 (file)
@@ -1,8 +1,15 @@
 /*
+ * Acess2 Networking Toolkit
+ * By John Hodge (thePowersGang)
+ * 
+ * dns.h
+ * - DNS Protocol Interface
  */
 #ifndef _DNS_H_
 #define _DNS_H_
 
+#include <stddef.h>
+
 enum eTypes
 {
        TYPE_A = 1,

UCC git Repository :: git.ucc.asn.au