X-Git-Url: http://git.draconx.ca/gitweb/liblbx.git/blobdiff_plain/44d94e72539dd1fba3d4ec2772792b04e6c078d4..c02dcc9610e66ebe6154e60dcd2f109c90eb09df:/src/lbx.h diff --git a/src/lbx.h b/src/lbx.h index 29a4083..3570803 100644 --- a/src/lbx.h +++ b/src/lbx.h @@ -52,8 +52,7 @@ int lbx_close(LBX *); size_t lbx_numfiles(LBX *); /* File operations */ -int lbx_stat(LBX *, size_t, struct lbx_statbuf *); - +int lbx_file_stat(LBX *lbx, unsigned fileno, struct lbx_statbuf *out); LBXfile *lbx_file_open(LBX *lbx, unsigned fileno); size_t lbx_file_read(LBXfile *f, void *buf, size_t n); int lbx_file_seek(LBXfile *f, long offset, int whence);