]> git.draconx.ca Git - liblbx.git/blobdiff - src/lbx.h
liblbx: Remove declaration of lbx_mopen.
[liblbx.git] / src / lbx.h
index 1ad049346ebf80cd9d3116f76ace1309e08e09e7..51244322b429c7a6a13e79e08bd7523ab76ac903 100644 (file)
--- a/src/lbx.h
+++ b/src/lbx.h
@@ -40,7 +40,6 @@ struct lbx_statbuf {
 struct lbx *lbx_open(void *handle, const struct lbx_file_ops *fops,
                      int (*destructor)(void *handle), const char *name);
 struct lbx *lbx_fopen(const char *);
-struct lbx *lbx_mopen(void *, size_t, const char *);
 int lbx_close(struct lbx *);
 
 /* File operations */