X-Git-Url: http://git.draconx.ca/gitweb/liblbx.git/blobdiff_plain/00e318f5bb311bf787776e79d73fc05b2a616bd0..81d9da9a3ab660a3ce6ac1f1660024f2b77dfc95:/src/lbx.h diff --git a/src/lbx.h b/src/lbx.h index 6b7ca02..a7be058 100644 --- 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;