aboutsummaryrefslogtreecommitdiff
path: root/include/sqfs/id_table.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sqfs/id_table.h')
-rw-r--r--include/sqfs/id_table.h11
1 files changed, 2 insertions, 9 deletions
diff --git a/include/sqfs/id_table.h b/include/sqfs/id_table.h
index 67990db..706687f 100644
--- a/include/sqfs/id_table.h
+++ b/include/sqfs/id_table.h
@@ -31,6 +31,8 @@
/**
* @struct sqfs_id_table_t
*
+ * @implements sqfs_object_t
+ *
* @brief A simple data structure that encapsulates ID to index mapping for
* user and group IDs.
*
@@ -57,15 +59,6 @@ extern "C" {
SQFS_API sqfs_id_table_t *sqfs_id_table_create(sqfs_u32 flags);
/**
- * @brief Destroy an ID table object and free all memory used by it.
- *
- * @memberof sqfs_id_table_t
- *
- * @param tbl A pointer to an ID table object.
- */
-SQFS_API void sqfs_id_table_destroy(sqfs_id_table_t *tbl);
-
-/**
* @brief Resolve a 32 bit ID to a unique 16 bit index.
*
* @memberof sqfs_id_table_t