From c9eeca63ccc3960c0253368147e95fdd61b04fcd Mon Sep 17 00:00:00 2001 From: midipix Date: Sun, 26 May 2024 14:18:17 +0000 Subject: library api's: _lib_ (program driver) namespace overhaul. --- src/logic/tpax_archive_append.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/logic/tpax_archive_append.c') 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) -- cgit v1.2.3