X-Git-Url: https://git.draconx.ca/gitweb/liblbx.git/blobdiff_plain/132360632b387ff7b6f5302939769eaf7ff2c265..562b985a2b03cbf76772cbacff3b0d2cf1d02c29:/src/lbx.h diff --git a/src/lbx.h b/src/lbx.h index 329bf09..72532aa 100644 --- a/src/lbx.h +++ b/src/lbx.h @@ -43,7 +43,7 @@ struct lbx_statbuf { /* Archive operations */ LBX *lbx_open(void *handle, const struct lbx_file_ops *fops, int (*destructor)(void *handle), const char *name); -LBX *lbx_fopen(FILE *, const char *); +LBX *lbx_fopen(const char *); LBX *lbx_mopen(void *, size_t, const char *); int lbx_close(LBX *); size_t lbx_numfiles(LBX *);