remove double entries; minor name change

This commit is contained in:
interp 2003-01-24 15:28:25 +00:00
parent 6358463b5a
commit 90df993fe2
1 changed files with 3 additions and 4 deletions

View File

@ -68,7 +68,7 @@
(define-interface surflet-handler-interface
(export surflet-handler))
(define-interface surflet-handler/surflet-interface
(define-interface surflet-handler/surflets-interface
(export send/suspend ;send and suspend
send/finish ;send and finish
send ;just send (no finish, no suspend)
@ -115,7 +115,7 @@
(define-structures
((surflet-handler surflet-handler-interface)
(surflet-handler/surflet surflet-handler/surflet-interface)
(surflet-handler/surflets surflet-handler/surflets-interface)
(surflet-handler/admin surflet-handler/admin-interface)
(surflet-handler/responses surflet-handler/responses-interface))
(open httpd-responses
@ -192,7 +192,7 @@
get-surflet-data))
(define-structure surflets surflets-interface
(open surflet-handler/surflet
(open surflet-handler/surflets
surflet-handler/responses
httpd-responses ; STATUS-CODE
httpd-requests ; HTTP-URL:SEARCH
@ -202,7 +202,6 @@
srfi-1 ; FILTER
(subset srfi-13 (string-index))
sxml-tree-trans
url
define-record-types
weak ;MAKE-WEAK-POINTER
locks