diff options
| author | Laurent Bercot <ska-skaware@skarnet.org> | 2021-08-04 11:24:03 +0000 |
|---|---|---|
| committer | Laurent Bercot <ska@appnovation.com> | 2021-08-04 11:24:03 +0000 |
| commit | 29f70f35a48241eef0a690a00d5211f487972cba (patch) | |
| tree | 7153e8f6623aed91a7d98a4961730bd161ac8a1a /src/libs6dns/s6dns_analyze_record.c | |
| parent | ffed76f91e3623f40d1ebffffc0bc728722c84f5 (diff) | |
| download | s6-dns-29f70f35a48241eef0a690a00d5211f487972cba.tar.gz | |
Adapt to skalibs-2.11
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'src/libs6dns/s6dns_analyze_record.c')
| -rw-r--r-- | src/libs6dns/s6dns_analyze_record.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libs6dns/s6dns_analyze_record.c b/src/libs6dns/s6dns_analyze_record.c index 13d0fa8..46a0517 100644 --- a/src/libs6dns/s6dns_analyze_record.c +++ b/src/libs6dns/s6dns_analyze_record.c @@ -13,7 +13,7 @@ static s6dns_analyze_rtypetable_t const *rtypelookup (uint16_t rtype) return wut ; } -int s6dns_analyze_record (genwrite_t *gp, s6dns_message_rr_t const *rr, char const *packet, unsigned int packetlen, unsigned int pos) +int s6dns_analyze_record (genwrite *gp, s6dns_message_rr_t const *rr, char const *packet, unsigned int packetlen, unsigned int pos) { s6dns_analyze_rtypetable_t const *wut = rtypelookup(rr->rtype) ; { |
