X-Git-Url: http://git.draconx.ca/gitweb/liblbx.git/blobdiff_plain/5c17ab8c0a5b2f66dac19031fd5394377cf375bb..8f54b6d3d968a8bf36e32575f312cfb0edacc400:/src/lbx.h diff --git a/src/lbx.h b/src/lbx.h index 1ad0493..5124432 100644 --- 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 */