From: Mark Wooding Date: Fri, 15 Jun 2007 14:12:16 +0000 (+0100) Subject: zone: Allow record parsers more control over the names they produce. X-Git-Url: https://git.distorted.org.uk/~mdw/zone/commitdiff_plain/5bf80328af386b6737e9c5a75ad1d0d95bf5f38b?hp=5bf80328af386b6737e9c5a75ad1d0d95bf5f38b zone: Allow record parsers more control over the names they produce. Pass in the parent zone and the given prefix, rather than computing the final name. The defzoneparse macro wrapper computes the final name, though parsers have access to the original data and the function to compute the name so that they can produce different names should they so wish. ---