chiark / gitweb /
types.c: Pass real adns_rrtype to all cs_* functions and some csp_*
[adns.git] / src / internal.h
index 923d43d1381d8e9ef9b703bd8f9f35208fb65de4..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.
@@ -720,6 +720,8 @@ void adns__returning(adns_state ads, adns_query qu);
  * external-faciing functions which call adns__returning should
  * normally be avoided in internal code. */
 
+void adns__intdone_process(adns_state ads);
+
 /* From reply.c: */
 
 void adns__procdgram(adns_state ads, const byte *dgram, int len,