Add HTTPD structure with all the stuff actually needed to call the

entry point.
This commit is contained in:
sperber 2003-01-09 12:59:43 +00:00
parent 8c848f1a05
commit 788b75caf0
1 changed files with 5 additions and 0 deletions

View File

@ -591,6 +591,11 @@
define-record-types) define-record-types)
(files (httpd options))) (files (httpd options)))
(define-structure httpd (compound-interface httpd-core-interface
httpd-make-options-interface)
(open httpd-core
httpd-make-options))
(define-structure httpd-access-control httpd-access-control-interface (define-structure httpd-access-control httpd-access-control-interface
(open scheme-with-scsh (open scheme-with-scsh
(subset srfi-1 (any every)) (subset srfi-1 (any every))