kleine anpassungen fuer cl-xmpp

neu: do-node-map, map-node-map
This commit is contained in:
dlichteblau
2005-12-30 14:21:46 +00:00
parent 00f773c249
commit ffd1ff2ff9
2 changed files with 2 additions and 3 deletions

View File

@ -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

View File

@ -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.