diff options
Diffstat (limited to 'contrib/ldns/util.c')
-rw-r--r-- | contrib/ldns/util.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/ldns/util.c b/contrib/ldns/util.c index fa3a45f..fc8df86 100644 --- a/contrib/ldns/util.c +++ b/contrib/ldns/util.c @@ -25,6 +25,7 @@ #include <openssl/rand.h> #endif +#if 0 /* put this here tmp. for debugging */ static void xprintf_rdf(ldns_rdf *rd) @@ -62,6 +63,7 @@ xprintf_hex(uint8_t *data, size_t len) } printf("\n"); } +#endif ldns_lookup_table * ldns_lookup_by_name(ldns_lookup_table *table, const char *name) |