summaryrefslogtreecommitdiffhomepage
path: root/src/logic/tpax_archive_append.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/logic/tpax_archive_append.c')
-rw-r--r--src/logic/tpax_archive_append.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/logic/tpax_archive_append.c b/src/logic/tpax_archive_append.c
index cfdcb74..d0f5cb4 100644
--- a/src/logic/tpax_archive_append.c
+++ b/src/logic/tpax_archive_append.c
@@ -142,7 +142,7 @@ static int tpax_archive_append_ret(
struct tpax_unit_ctx * unit)
{
if (unit)
- tpax_free_unit_ctx(unit);
+ tpax_lib_free_unit_ctx(unit);
return ret;
}
@@ -242,7 +242,7 @@ static int tpax_archive_append_dir_entries(
depth = dent->depth;
/* uctx on the fly */
- if (tpax_get_unit_ctx(
+ if (tpax_lib_get_unit_ctx(
dctx,fdat,
dent->dirent.d_name,
&uctx) < 0)