rename HTTP-URL->URI-STRING to HTTP-URL->URL-STRING

This commit is contained in:
vibr 2005-04-05 10:59:13 +00:00
parent 1e93a6cb9f
commit e5c8cae17f
2 changed files with 2 additions and 2 deletions

View File

@ -247,7 +247,7 @@
;;; Unparse a http-url record into its corresponding Request_URI
(define (http-url->uri-string http-url)
(define (http-url->url-string http-url)
(let* ((host (http-url-host http-url))
(scheme-and-host-string

View File

@ -65,7 +65,7 @@
http-url-query
uri-string->http-url
http-url->uri-string))
http-url->url-string))
(define-interface ftp-library-interface
(export copy-port->port-binary