zone, frontend: Open up the writing of zones to files.
authorMark Wooding <mdw@distorted.org.uk>
Tue, 26 Jun 2007 16:43:12 +0000 (17:43 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Tue, 26 Jun 2007 16:43:12 +0000 (17:43 +0100)
commita567a3bce51edcee4bd83afd9eea82ea42b2ce1f
tree276fa93da3cf6367bd900d6c087b79228d1fc61b
parent8bd2576ecb4dc8c7ba9d917021d923af40320b5e
zone, frontend: Open up the writing of zones to files.

All file writing is now done using generic functions, parameterized by a
format keyword.  Writing of the default BIND format zone files is also
handled by generic functions, dispatched based on the record types.
frontend.lisp
zone.lisp