* acconfig.h: add HAVE_ARRAYS.
[bpt/guile.git] / libguile / vectors.h
index b33a592..b834f9f 100644 (file)
@@ -55,6 +55,7 @@
 
 \f
 
+extern SCM scm_vector_set_length_x SCM_P ((SCM vect, SCM len));
 extern SCM scm_vector_p SCM_P ((SCM x));
 extern SCM scm_vector_length SCM_P ((SCM v));
 extern SCM scm_vector SCM_P ((SCM l));