aboutsummaryrefslogtreecommitdiff
path: root/collections/vector/vector.h
diff options
context:
space:
mode:
Diffstat (limited to 'collections/vector/vector.h')
-rw-r--r--collections/vector/vector.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/collections/vector/vector.h b/collections/vector/vector.h
index 5ab3dc3..4bcb620 100644
--- a/collections/vector/vector.h
+++ b/collections/vector/vector.h
@@ -9,6 +9,7 @@ vec* vec_with_capacity(int);
/*management*/
int vec_size(vec*);
+int vec_capacity(vec*);
vec* vec_cp(vec*);
void vec_print(vec*, char* (void*));