]> git.draconx.ca Git - liblbx.git/blobdiff - src/lbx.h
Add lbx_mopen() to allow "opening" a region of memory as an LBX archive.
[liblbx.git] / src / lbx.h
index 19848d25ab93e2481509bab5bd5711fc6b48cdaa..92c533b39c3aa47956f58cabab0ed21f820671c5 100644 (file)
--- a/src/lbx.h
+++ b/src/lbx.h
@@ -22,6 +22,7 @@ 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 *);
 size_t lbx_numfiles(LBX *);