Rearrange exports

This commit is contained in:
Martin Gasbichler 2004-01-22 12:31:12 +00:00
parent c0ee49fabd
commit 1f2aea66ad
1 changed files with 12 additions and 12 deletions

View File

@ -1,21 +1,21 @@
(define-interface dir-streams-interface
(export dir-stream-from-dir-name
dir-stream?
dir-stream-files-stream
dir-stream-subdir-stream
dir-stream-info
dir-stream-for-each
dir-stream-map
dir-stream-filter
dir-stream-filter-map
dir-stream-fold-right
fs-object?
fs-object-parent
fs-object-name
fs-object-info
fs-object-file-name
dir-stream-files-stream
dir-stream-subdir-stream
dir-stream-filter
dir-stream-fold-right
dir-stream-map
dir-stream-filter-map
dir-stream-for-each))
fs-object-file-name))
(define-interface dir-stream-predicates-interfaces
(export fs-object-size-less-than?