diff options
author | Daniel Mack <zonque@gmail.com> | 2011-07-13 00:30:50 +0200 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2011-08-26 09:29:53 +0200 |
commit | 05ff11da8f47e95e16c2d6db93fd6273dc35445e (patch) | |
tree | 87b1947139e34915e7f6eac65136df0832e146e8 /include | |
parent | e5153a77782bf7042f50b97959536f3f181bad99 (diff) |
inet/resolv: Add dn_comp
Signed-off-by: Daniel Mack <zonque@gmail.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/resolv.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/resolv.h b/include/resolv.h index cba26f004..0afb37507 100644 --- a/include/resolv.h +++ b/include/resolv.h @@ -332,9 +332,9 @@ __END_DECLS #if 0 #define b64_ntop __b64_ntop #define b64_pton __b64_pton -#define dn_comp __dn_comp #define dn_count_labels __dn_count_labels #endif +#define dn_comp __dn_comp #define dn_expand __dn_expand #if 0 #define dn_skipname __dn_skipname @@ -404,9 +404,9 @@ const u_char * p_fqname (const u_char *, const u_char *, FILE *) __THROW; const char * p_option (u_long option) __THROW; char * p_secstodate (u_long) __THROW; int dn_count_labels (const char *) __THROW; +#endif int dn_comp (const char *, u_char *, int, u_char **, u_char **) __THROW; -#endif int dn_expand (const u_char *, const u_char *, const u_char *, char *, int) __THROW; #if 0 |