aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2019-09-28 17:38:44 +0200
committerDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2019-09-28 20:27:19 +0200
commit0bd27cbaec56d71b2525c2b37ae209396c65d45b (patch)
treec49b1826647d752d9d1572d71dd28da39312dc5c /include
parent533c9b9d2b19639beda404d84b613bb2719e768f (diff)
Add recoding implementation for the xattr writer
This commit implements the part of the API responsible for recoding and deduplicating xattr key-value blocks. Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
Diffstat (limited to 'include')
-rw-r--r--include/str_table.h2
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 */