X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=adns.git;a=blobdiff_plain;f=src%2Finternal.h;fp=src%2Finternal.h;h=45d8ab1dac903187f37a16df938a9b78202faa45;hp=007efbd1c122b4f4f1578a979c5c432ff5c1e0c5;hb=2cc21a3fc9a0195184c92f503ce247b014868c09;hpb=179e0a75fbe1298e98fd3ef80a4ab0d9543d2f10 diff --git a/src/internal.h b/src/internal.h index 007efbd..45d8ab1 100644 --- a/src/internal.h +++ b/src/internal.h @@ -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.