chiark
/
gitweb
/
~mdw
/
adns
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
unknown rr types seem to work
[adns]
/
client
/
adnshost.h
diff --git
a/client/adnshost.h
b/client/adnshost.h
index a8da4ff1a7181771ba3bd0b14b2a81eef78a850d..30dd4813cbdda8711151ccd7c4df1c7f85fe868e 100644
(file)
--- a/
client/adnshost.h
+++ b/
client/adnshost.h
@@
-108,6
+108,12
@@
void ensure_adns_init(void);
void query_do(const char *domain);
void query_done(struct query_node *qun, adns_answer *answer);
void query_do(const char *domain);
void query_done(struct query_node *qun, adns_answer *answer);
+void type_info(adns_rrtype type, const char **typename_r,
+ const void *datap, char **data_r);
+ /* wrapper for adns_rr_info which uses a static buffer to provide
+ * *typename_r for adns_r_unknown */
+
+
/* declarations related to main program and useful utility functions */
void sysfail(const char *what, int errnoval) NONRETURNING;
/* declarations related to main program and useful utility functions */
void sysfail(const char *what, int errnoval) NONRETURNING;