]> git.draconx.ca Git - liblbx.git/blobdiff - src/lbx.h
liblbx: Start conversion to public/private structure bits.
[liblbx.git] / src / lbx.h
index 6b7ca02ba4a609f41a732819d1e9cb36fa3e2669..a7be05876b2d8b5c0ea62717f60f8e5ae9976d17 100644 (file)
--- a/src/lbx.h
+++ b/src/lbx.h
@@ -25,9 +25,13 @@ extern const struct lbx_file_ops lbx_pipe_fops;
 extern const struct lbx_file_ops lbx_arch_fops;
 
 /* Opaque */
-typedef struct lbx_state LBX;
+typedef struct lbx LBX;
 typedef struct lbx_file_state LBXfile;
 
+struct lbx {
+       unsigned nfiles;
+};
+
 struct lbx_statbuf {
        const char *name;
        size_t size;