diff options
Diffstat (limited to 'src/dns.c')
-rw-r--r-- | src/dns.c | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +/* dns.c + * (c) Jonas Gunz, 2019 + * License: MIT + * */ + #include "dns.h" int dns_parse_packet ( char* _buffer, int _bufflen, struct dns_message* _msg ) |