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