X-Git-Url: https://git.draconx.ca/gitweb/liblbx.git/blobdiff_plain/81d9da9a3ab660a3ce6ac1f1660024f2b77dfc95..2c0de0824e7a962fe0bff05972629781cec3fd68:/src/lbx.h diff --git a/src/lbx.h b/src/lbx.h index a7be058..0f09c06 100644 --- a/src/lbx.h +++ b/src/lbx.h @@ -43,7 +43,6 @@ LBX *lbx_open(void *handle, const struct lbx_file_ops *fops, LBX *lbx_fopen(const char *); LBX *lbx_mopen(void *, size_t, const char *); int lbx_close(LBX *); -size_t lbx_numfiles(LBX *); /* File operations */ int lbx_file_stat(LBX *lbx, unsigned fileno, struct lbx_statbuf *out);