Get rid of HTTPD-OPTIONS-ICON-NAME which I'd forgotten about.
This commit is contained in:
parent
8895e3b32a
commit
301d6ff4c3
|
@ -229,7 +229,6 @@
|
||||||
(define-interface httpd-read-options-interface
|
(define-interface httpd-read-options-interface
|
||||||
(export httpd-options-port
|
(export httpd-options-port
|
||||||
httpd-options-root-directory
|
httpd-options-root-directory
|
||||||
httpd-options-icon-name
|
|
||||||
httpd-options-fqdn
|
httpd-options-fqdn
|
||||||
httpd-options-reported-port
|
httpd-options-reported-port
|
||||||
httpd-options-request-handler
|
httpd-options-request-handler
|
||||||
|
@ -317,10 +316,10 @@
|
||||||
make-file-directory-options
|
make-file-directory-options
|
||||||
with-file-name->content-type
|
with-file-name->content-type
|
||||||
with-file-name->content-encoding
|
with-file-name->content-encoding
|
||||||
with-file-name->icon-file-name
|
with-file-name->icon-url
|
||||||
with-blank-icon-file-name
|
with-blank-icon-url
|
||||||
with-back-icon-file-name
|
with-back-icon-url
|
||||||
with-unknown-icon-file-name))
|
with-unknown-icon-url))
|
||||||
|
|
||||||
(define-interface httpd-seval-handlers-interface
|
(define-interface httpd-seval-handlers-interface
|
||||||
(export seval-handler))
|
(export seval-handler))
|
||||||
|
|
Loading…
Reference in New Issue