summaryrefslogtreecommitdiff
path: root/src/vector.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/vector.h')
-rw-r--r--src/vector.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/vector.h b/src/vector.h
index 11f998b..9573caf 100644
--- a/src/vector.h
+++ b/src/vector.h
@@ -1,5 +1,7 @@
struct Vector;
+
+
int
vector_new_with(
const size_t capacity,