X-Git-Url: https://git.draconx.ca/gitweb/liblbx.git/blobdiff_plain/8f54b6d3d968a8bf36e32575f312cfb0edacc400..de5aedcd0dc2f3cde14f069e7a28db47bca2a8c5:/src/lbx.h diff --git a/src/lbx.h b/src/lbx.h index 5124432..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); };