Get rid of HTTPD-OPTIONS-ICON-NAME which I'd forgotten about.

This commit is contained in:
sperber 2003-01-29 07:54:44 +00:00
parent 8895e3b32a
commit 301d6ff4c3
1 changed files with 4 additions and 5 deletions

View File

@ -229,7 +229,6 @@
(define-interface httpd-read-options-interface
(export httpd-options-port
httpd-options-root-directory
httpd-options-icon-name
httpd-options-fqdn
httpd-options-reported-port
httpd-options-request-handler
@ -317,10 +316,10 @@
make-file-directory-options
with-file-name->content-type
with-file-name->content-encoding
with-file-name->icon-file-name
with-blank-icon-file-name
with-back-icon-file-name
with-unknown-icon-file-name))
with-file-name->icon-url
with-blank-icon-url
with-back-icon-url
with-unknown-icon-url))
(define-interface httpd-seval-handlers-interface
(export seval-handler))