]> git.draconx.ca Git - liblbx.git/blobdiff - src/lbx.h
liblbx: Kill lbx_numfiles.
[liblbx.git] / src / lbx.h
index a7be05876b2d8b5c0ea62717f60f8e5ae9976d17..0f09c06bcb3e3aec8f7a285be01f79dd180fd2d1 100644 (file)
--- 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);