X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/adns/blobdiff_plain/59d05d1c16c1feb8135fae63c15952437a71d85e..375c6c48fd5804b2b6d117e86aea97792ccaa85f:/src/internal.h diff --git a/src/internal.h b/src/internal.h index 5559229..e4ec09e 100644 --- a/src/internal.h +++ b/src/internal.h @@ -159,7 +159,7 @@ typedef struct typeinfo { * string. On successful return, label_r[] and *ll_io are filled in * and *p_io points to *pe or just after the label-ending `.'. */ - void (*postsort)(adns_state ads, void *array, int nobjs, + void (*postsort)(adns_state ads, void *array, int nrrs, const struct typeinfo *typei); /* Called immediately after the RRs have been sorted, and may rearrange * them. (This is really for the benefit of SRV's bizarre weighting @@ -337,6 +337,7 @@ struct adns__state { struct in_addr base, mask; } sortlist[MAXSORTLIST]; char **searchlist; + unsigned short rand48xsubi[3]; }; /* From setup.c: */