X-Git-Url: https://git.draconx.ca/gitweb/liblbx.git/blobdiff_plain/81d9da9a3ab660a3ce6ac1f1660024f2b77dfc95..2c0de0824e7a962fe0bff05972629781cec3fd68:/src/lbx.c diff --git a/src/lbx.c b/src/lbx.c index 1d92f46..57a72b0 100644 --- a/src/lbx.c +++ b/src/lbx.c @@ -182,13 +182,7 @@ struct lbx *lbx_fopen(const char *file) return lbx_open(p, &lbx_pipe_fops, pipe_close, name); } -size_t lbx_numfiles(struct lbx *pub) -{ - return pub->nfiles; -} - -int -lbx_file_stat(struct lbx *pub, unsigned fileno, struct lbx_statbuf *buf) +int lbx_file_stat(struct lbx *pub, unsigned fileno, struct lbx_statbuf *buf) { struct lbx_priv *lbx = (struct lbx_priv *)pub; static char str[256]; /* FIXME */