]> git.draconx.ca Git - liblbx.git/blobdiff - src/lbx.h
Add a name field to support LBX1 fallback.
[liblbx.git] / src / lbx.h
index 563ef4eb81e55b30195a05559cdaaad4c5d60773..1911cd759012f3ebeb835510a597d75fd16a2051 100644 (file)
--- a/src/lbx.h
+++ b/src/lbx.h
@@ -15,7 +15,7 @@ extern int lbx_errno;
 typedef struct lbx_state LBX;
 
 /* File operations */
-LBX   *lbx_fopen(FILE *);
+LBX   *lbx_fopen(FILE *, const char *);
 LBX   *lbx_open(const char *);
 void   lbx_close(LBX *);
 size_t lbx_numfiles(LBX *);