diff options
Diffstat (limited to 'lib/vector.h')
| -rw-r--r-- | lib/vector.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/vector.h b/lib/vector.h index 21732a300e..97e15da040 100644 --- a/lib/vector.h +++ b/lib/vector.h @@ -53,6 +53,7 @@ extern int vector_set_index(vector v, unsigned int i, void *val); extern void vector_unset(vector v, unsigned int i); extern void vector_unset_value(vector v, void *val); extern void vector_remove(vector v, unsigned int ix); +extern void vector_compact(vector v); extern unsigned int vector_count(vector v); extern void vector_free(vector v); |
