summaryrefslogtreecommitdiff
path: root/vector.h
diff options
context:
space:
mode:
Diffstat (limited to 'vector.h')
-rw-r--r--vector.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/vector.h b/vector.h
index 3df897e..0d00d4f 100644
--- a/vector.h
+++ b/vector.h
@@ -26,6 +26,7 @@ Vector *vector_alloc(size_t m);
Vector *vector_alloc1(Matrix *mat);
void vector_free(Vector *v);
+void vector_free_many(size_t argcount, ...);
void vector_print(const Vector *v);