diff options
Diffstat (limited to 'lib/vector.c')
-rw-r--r-- | lib/vector.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/vector.c b/lib/vector.c index 74f61913..83d0397c 100644 --- a/lib/vector.c +++ b/lib/vector.c @@ -482,7 +482,7 @@ vector_move_item(vector v, vector_index_t i_dst, vector_index_t i_src) * * Move items and extend vector as required. */ -extern void +void vector_move_item_here(vector v, vector_index_t i_dst, int rider, vector_index_t i_src) { |