Skip to content

Commit

Permalink
add proto
Browse files Browse the repository at this point in the history
  • Loading branch information
RekGRpth committed Nov 7, 2024
1 parent c61fe34 commit c153f30
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/quotamodel.c
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,7 @@ static void reset_table_size_entry_flag(TableSizeEntry *entry, TableSizeEntryFla
static void set_table_size_entry_flag(TableSizeEntry *entry, TableSizeEntryFlag flag);

static void delete_from_table_size_map(ArrayBuildState *tableids, ArrayBuildState *segids);
static void update_table_size_map(ArrayBuildState *tableids, ArrayBuildState *sizes, ArrayBuildState *segids);

/* add a new entry quota or update the old entry quota */
static void
Expand Down

0 comments on commit c153f30

Please sign in to comment.