]> git.draconx.ca Git - liblbx.git/blobdiff - src/lbx.h
liblbx: Make lbx_fopen more useful.
[liblbx.git] / src / lbx.h
index 329bf09feb289d5c77653fcf8cbc6415a06bfb6e..72532aa96940bdf8b6081b76cb365f5fff85825b 100644 (file)
--- 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 *);