Add missing prototypes

This commit is contained in:
Lucas Gabriel Vuotto 2025-01-28 03:01:45 +00:00
parent 03f488d26f
commit 928b19b774

View File

@ -85,6 +85,9 @@ static size_t parse_list(struct bcode_list *, const uint8_t *, size_t);
static size_t parse_dictionary(struct bcode_dictionary *, const uint8_t *, static size_t parse_dictionary(struct bcode_dictionary *, const uint8_t *,
size_t); size_t);
static size_t parse_internal(struct bcode *, const uint8_t *, size_t); static size_t parse_internal(struct bcode *, const uint8_t *, size_t);
static void free_internal(struct bcode *);
static void print_string(const struct bcode_string *, FILE *);
static void print_internal(const struct bcode *, FILE *, size_t);
static int static int