mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-16 06:12:25 -08:00
Proclaim socket functions only when used (J Jaakkola)
This commit is contained in:
parent
729baa8935
commit
491a8fb511
1 changed files with 4 additions and 0 deletions
|
|
@ -1091,9 +1091,13 @@
|
|||
;; ECL extensions:
|
||||
(proclamation si:make-string-output-stream-from-string (string)
|
||||
string-stream :reader)
|
||||
#+wants-sockets
|
||||
(proclamation si:open-client-stream (t unsigned-byte) stream)
|
||||
#+wants-sockets
|
||||
(proclamation si:open-server-stream (unsigned-byte) stream)
|
||||
#+wants-sockets
|
||||
(proclamation si:open-unix-socket-stream (base-string) stream)
|
||||
#+wants-sockets
|
||||
(proclamation si:lookup-host-entry (t) (values (or null string) list list))
|
||||
(proclamation si:copy-stream (stream stream) t)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue