]> git.draconx.ca Git - liblbx.git/blobdiff - src/lbx.h
Trivial manual fixes.
[liblbx.git] / src / lbx.h
index 1ad049346ebf80cd9d3116f76ace1309e08e09e7..410d829246f8d7d8c0a99e2c6bef3eca4614ce8a 100644 (file)
--- 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 */