X-Git-Url: https://git.draconx.ca/gitweb/liblbx.git/blobdiff_plain/84ff721b88b3c2bc9fa50f97e85cdba5e5d74e8d..cc58652bf808568b935ca755d4360aa0f1aedfed:/src/lbx.h diff --git a/src/lbx.h b/src/lbx.h index a2ca456..89d4bb4 100644 --- a/src/lbx.h +++ b/src/lbx.h @@ -24,14 +24,12 @@ struct lbx_statbuf { /* Archive operations */ LBX *lbx_fopen(FILE *, const char *); LBX *lbx_mopen(void *, size_t, const char *); -LBX *lbx_open(const char *); -void lbx_close(LBX *); +int lbx_close(LBX *); size_t lbx_numfiles(LBX *); /* File operations */ int lbx_stat(LBX *, size_t, struct lbx_statbuf *); size_t lbx_extract(LBX *, size_t, FILE *); -void *lbx_mmap(LBX *, size_t, size_t *); /* Misc operations */ const char *lbx_strerror(void);