chiark
/
gitweb
/
~mdw
/
zone
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9f408c6
)
zone.lisp: Export `tinydns-output', because it looks handy.
author
Mark Wooding
<mdw@distorted.org.uk>
Wed, 30 Apr 2014 15:08:13 +0000
(16:08 +0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Wed, 30 Apr 2014 23:48:49 +0000
(
00:48
+0100)
Extensions adding new record types might want this.
zone.lisp
patch
|
blob
|
blame
|
history
diff --git
a/zone.lisp
b/zone.lisp
index f4f2367f29c492eeb2f551526d8440eeb75e2ea2..e6863224a0d78feb488b32e58812037d041055aa 100644
(file)
--- a/
zone.lisp
+++ b/
zone.lisp
@@
-1342,6
+1342,7
@@
(defmethod zone-write-record ((format (eql :bind)) (type (eql :txt)) zr)
;;;--------------------------------------------------------------------------
;;; tinydns-data output format.
+(export 'tinydns-output)
(defun tinydns-output (code &rest fields)
(format *zone-output-stream* "~C~{~@[~A~]~^:~}~%" code fields))