24#ifndef GNC_GUILE_UTILS_H
25#define GNC_GUILE_UTILS_H
38gchar * gnc_scm_to_utf8_string(SCM scm_string);
48gchar * gnc_scm_to_locale_string(SCM scm_string);
54gchar * gnc_scm_symbol_to_locale_string(SCM scm_string);
59char * gnc_scm_call_1_to_string(SCM func, SCM arg);
60char * gnc_scm_call_1_symbol_to_string(SCM func, SCM arg);
61SCM gnc_scm_call_1_to_procedure(SCM func, SCM arg);
62SCM gnc_scm_call_1_to_list(SCM func, SCM arg);
63SCM gnc_scm_call_1_to_vector(SCM func, SCM arg);
72gchar *gnc_scm_strip_comments (SCM scm_text);