diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/str_table.h | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/include/str_table.h b/include/str_table.h index 1f836cc..b60ead6 100644 --- a/include/str_table.h +++ b/include/str_table.h @@ -48,6 +48,8 @@ SQFS_INTERNAL void str_table_reset_ref_count(str_table_t *table);  SQFS_INTERNAL void str_table_add_ref(str_table_t *table, size_t index); +SQFS_INTERNAL void str_table_del_ref(str_table_t *table, size_t index); +  SQFS_INTERNAL size_t str_table_get_ref_count(str_table_t *table, size_t index);  #endif /* STR_TABLE_H */ | 
