Re-export symbols wrapper-provided symbols in core-utils.scm.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@15054 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Chris Shoemaker 2006-10-21 14:40:03 +00:00
parent db409d6cee
commit fac054627c

View File

@ -9,6 +9,6 @@
(load-extension "libcore-utils" "scm_init_sw_core_utils_module")
(use-modules (sw_core_utils))
(export gnc-is-debugging)
(export g-find-program-in-path)
(export gnc-utf8-strip-invalid)
(re-export gnc-is-debugging)
(re-export g-find-program-in-path)
(re-export gnc-utf8-strip-invalid)