From 51c276fbf1686c340588660a754ea04e6099cd37 Mon Sep 17 00:00:00 2001 From: midipix Date: Mon, 19 Feb 2024 01:40:07 +0000 Subject: library api's: _ar_ (in-memory archiver) namespace overhaul. --- src/arbits/slbt_archive_store.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/arbits/slbt_archive_store.c') diff --git a/src/arbits/slbt_archive_store.c b/src/arbits/slbt_archive_store.c index a70e307..cbf2704 100644 --- a/src/arbits/slbt_archive_store.c +++ b/src/arbits/slbt_archive_store.c @@ -27,12 +27,12 @@ /* interfaces. In the case of archives, that means */ /* passing dctx->fdctx->fdcwd as the _fdat_ param, */ /* where dctx is the driver context which was used */ -/* with slbt_get_archive_ctx(). */ +/* with slbt_ar_get_archive_ctx(). */ /************************************************** */ #define PPRIX64 "%"PRIx64 -int slbt_store_archive( +int slbt_ar_store_archive( struct slbt_archive_ctx * arctx, const char * path, mode_t mode) -- cgit v1.2.3