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 1b47642..083a1d0 100644
--- a/collections/vector/vector.h
+++ b/collections/vector/vector.h
@@ -22,6 +22,7 @@ void vec_set(vec*, int, void*);
void* vec_index(vec*, int);
void vec_insert(vec*, int, void*);
+void* vec_remove(vec*, int);
void vec_swap(vec*, int, int);
void* vec_swap_pop(vec*, int);