Commit 634c2dfb8097fa7ee4eea9ca0c3beb8f24d4ce6b

Thomas de Grivel 2017-06-17T18:33:20

export symbols

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
diff --git a/package.lisp b/package.lisp
index 6187b25..2b52a40 100644
--- a/package.lisp
+++ b/package.lisp
@@ -24,12 +24,8 @@
    :cl-stream)
   #.(cl-stream:shadowing-import-from)
   (:export
-   #:fd-stream
    #:fd-input-stream
-   #:with-fd-input-stream
-   #:fd-output-stream
-   #:with-fd-output-stream
    #:fd-io-stream
-   #:with-fd-io-stream
-   #:fd-stream-error
-   #:fd-stream-closed-error))
+   #:fd-output-stream
+   #:fd-stream
+   #:open-file))