chiark / gitweb /
types.c: Pass real adns_rrtype to all cs_* functions and some csp_*
[adns.git] / src / internal.h
index 007efbd1c122b4f4f1578a979c5c432ff5c1e0c5..45d8ab1dac903187f37a16df938a9b78202faa45 100644 (file)
@@ -170,7 +170,7 @@ typedef struct typeinfo {
    * Previously, used alloc_interim, now use alloc_final.
    */
 
-  adns_status (*convstring)(vbuf *vb, const void *data);
+  adns_status (*convstring)(vbuf *vb, adns_rrtype, const void *data);
   /* Converts the RR data to a string representation in vbuf.
    * vbuf will be appended to (it must have been initialised),
    * and will not be null-terminated by convstring.