kleine anpassungen fuer cl-xmpp
neu: do-node-map, map-node-map
This commit is contained in:
@ -43,6 +43,7 @@
|
||||
#:rod<
|
||||
|
||||
;; xstream.lisp
|
||||
#:xstream
|
||||
#:make-xstream
|
||||
#:make-rod-xstream
|
||||
#:close-xstream
|
||||
|
||||
@ -256,9 +256,7 @@
|
||||
|
||||
;;; Underflow
|
||||
|
||||
;;(defun read-runes (sequence input))
|
||||
|
||||
(defun xstream-underflow (input)
|
||||
(defmethod xstream-underflow ((input xstream))
|
||||
(declare (type xstream input))
|
||||
;; we are about to fill new data into the buffer, so we need to
|
||||
;; adjust buffer-start.
|
||||
|
||||
Reference in New Issue
Block a user