]> git.draconx.ca Git - liblbx.git/blobdiff - src/lbx.h
liblbx: Remove lbx_open as it is both unused and stupid.
[liblbx.git] / src / lbx.h
index a2ca456f949eb72dbaa81dc5c00d4d173bf6287c..95837e57355d0825d3fea74322dfa66cf6bb92ae 100644 (file)
--- a/src/lbx.h
+++ b/src/lbx.h
@@ -24,7 +24,6 @@ struct lbx_statbuf {
 /* Archive operations */
 LBX   *lbx_fopen(FILE *, const char *);
 LBX   *lbx_mopen(void *, size_t, const char *);
-LBX   *lbx_open(const char *);
 void   lbx_close(LBX *);
 size_t lbx_numfiles(LBX *);