]> git.draconx.ca Git - liblbx.git/blobdiff - src/lbx.h
liblbx: Remove tell function from lbx_file_ops.
[liblbx.git] / src / lbx.h
index 51244322b429c7a6a13e79e08bd7523ab76ac903..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);
 };