X-Git-Url: https://git.draconx.ca/gitweb/liblbx.git/blobdiff_plain/3192589d7c45cc7adeeb7c86c20a009cb4d16934..b84f8b917c2fef20418db29e0c915b0355a7faad:/src/lbx.h?ds=sidebyside diff --git a/src/lbx.h b/src/lbx.h index 95837e5..b2a90ef 100644 --- a/src/lbx.h +++ b/src/lbx.h @@ -24,7 +24,7 @@ struct lbx_statbuf { /* Archive operations */ LBX *lbx_fopen(FILE *, const char *); LBX *lbx_mopen(void *, size_t, const char *); -void lbx_close(LBX *); +int lbx_close(LBX *); size_t lbx_numfiles(LBX *); /* File operations */