Remove SMTP-INTERNALS structure.
This commit is contained in:
parent
060d0f8076
commit
56cd7c9f2e
|
@ -44,14 +44,6 @@
|
|||
parse-smtp-reply
|
||||
smtp-stuff))
|
||||
|
||||
(define-interface smtp-internals-interface
|
||||
(export read-crlf-line ; These two should be in an
|
||||
write-crlf ; auxiliary module.
|
||||
|
||||
smtp-query
|
||||
nullary-smtp-command
|
||||
unary-smtp-command))
|
||||
|
||||
(define-interface rfc822-interface
|
||||
(export read-rfc822-headers
|
||||
read-rfc822-field
|
||||
|
@ -432,9 +424,7 @@
|
|||
(open scsh scsh-utilities srfi-13 formats ascii receiving scheme)
|
||||
(files (lib htmlout)))
|
||||
|
||||
(define-structures
|
||||
((smtp smtp-interface)
|
||||
(smtp-internals smtp-internals-interface))
|
||||
(define-structure smtp smtp-interface
|
||||
|
||||
(open scsh ; write-string read-string/partial force-output
|
||||
; system-name user-login-name and sockets
|
||||
|
|
Loading…
Reference in New Issue