summaryrefslogtreecommitdiff
path: root/libguile/gh.h
diff options
context:
space:
mode:
Diffstat (limited to 'libguile/gh.h')
-rw-r--r--libguile/gh.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libguile/gh.h b/libguile/gh.h
index 8cd82d172..1b6b1e8a9 100644
--- a/libguile/gh.h
+++ b/libguile/gh.h
@@ -106,6 +106,9 @@ SCM gh_str2scm(char *s, int len);
SCM gh_str02scm(char *s);
void gh_set_substr(char *src, SCM dst, int start, int len);
SCM gh_symbol2scm(char *symbol_str);
+SCM gh_ints2scm(int *d, int n);
+SCM gh_longs2ivect(long *d, int n);
+SCM gh_ulongs2uvect(unsigned long *d, int n);
SCM gh_doubles2scm(double *d, int n);
#ifdef SCM_FLOATS
SCM gh_doubles2dvect(double *d, int n);