diff options
author | Jonas Gunz <himself@jonasgunz.de> | 2020-06-23 07:39:29 +0200 |
---|---|---|
committer | Jonas Gunz <himself@jonasgunz.de> | 2020-06-23 07:39:29 +0200 |
commit | c84c3f459919aa8db2a24c8461aab9e547be961f (patch) | |
tree | 58a71c95096f386f0b043f64cecbd382ec978348 /src/dns.h | |
parent | ca37489b388764b3a8f2d558a9e9a24e3e0d4105 (diff) | |
download | dns-c84c3f459919aa8db2a24c8461aab9e547be961f.tar.gz |
Comments, white space errors
Diffstat (limited to 'src/dns.h')
-rw-r--r-- | src/dns.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -161,7 +161,7 @@ int dns_destroy_struct ( struct dns_message* _msg ); int dns_parse_packet ( char* _buffer, int _bufflen, struct dns_message* _msg ); /** - * Convert a null terminated string containing a + * Convert a null terminated string containing a * fqdn (eg server.example.com) to the binary format used by DNS records * ( [6]server[7]example[3]com[0] ) * returns: length of string in _sink, < 0 on failure |