chiark / gitweb /
sortlist; init supplying text of config file; env vars with config
[adns.git] / src / adns.h
index da306942b7646757a87808363c21d0c937444ba0..d4ca0df686bfe76af59cfb2795925d936fa2acd3 100644 (file)
@@ -30,6 +30,8 @@
 #include <sys/socket.h>
 #include <netinet/in.h>
 
+/* All struct in_addr anywhere in adns are in NETWORK byte order. */
+
 typedef struct adns__state *adns_state;
 typedef struct adns__query *adns_query;