mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-19 13:49:17 +02:00
Exporting conf-source
This commit is contained in:
parent
87624c68ab
commit
67e50cefaa
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
(export make-conf conf? conf-load conf-load-in-path conf-load-cascaded
|
(export make-conf conf? conf-load conf-load-in-path conf-load-cascaded
|
||||||
conf-verify conf-extend conf-append conf-set conf-unfold-key
|
conf-verify conf-extend conf-append conf-set conf-unfold-key
|
||||||
conf-get conf-get-list conf-get-multi
|
conf-get conf-get-list conf-get-multi
|
||||||
conf-specialize read-from-file)
|
conf-specialize read-from-file conf-source)
|
||||||
(import (scheme base) (scheme read) (scheme write) (scheme file)
|
(import (scheme base) (scheme read) (scheme write) (scheme file)
|
||||||
(scheme time) (srfi 1))
|
(scheme time) (srfi 1))
|
||||||
;; This is only used for config verification, it's acceptable to
|
;; This is only used for config verification, it's acceptable to
|
||||||
|
|
Loading…
Add table
Reference in a new issue