X-Git-Url: https://git.draconx.ca/gitweb/liblbx.git/blobdiff_plain/1ac4f49c6492354367dd243458892fbdc7765f2b..de5aedcd0dc2f3cde14f069e7a28db47bca2a8c5:/src/lbx.h diff --git a/src/lbx.h b/src/lbx.h index 1ad0493..410d829 100644 --- a/src/lbx.h +++ b/src/lbx.h @@ -6,7 +6,6 @@ struct lbx_file_ops { size_t (*read)(void *buf, size_t size, void *handle); int (*seek)(void *handle, long offset, int whence); - long (*tell)(void *handle); int (*eof) (void *handle); }; @@ -40,7 +39,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 */