Skip to content

Commit

Permalink
remove static from .h file
Browse files Browse the repository at this point in the history
  • Loading branch information
igorshevach committed Sep 17, 2024
1 parent ec212e9 commit 1a94715
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion transcoder/common/vector.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ typedef struct {

void vector_init(vector_t *);
int vector_total(vector_t *);
static void vector_resize(vector_t *, int);
void vector_add(vector_t *, void *);
void vector_set(vector_t *, int, void *);
void *vector_get(vector_t *, int);
Expand Down

0 comments on commit 1a94715

Please sign in to comment.