]> git.draconx.ca Git - liblbx.git/blobdiff - src/lbx.h
liblbx: Add file operations for handling LBX archive members.
[liblbx.git] / src / lbx.h
index 72532aa96940bdf8b6081b76cb365f5fff85825b..29a4083982dcb549042abf04b4f2f388a976dbc0 100644 (file)
--- a/src/lbx.h
+++ b/src/lbx.h
@@ -31,6 +31,9 @@ extern const struct lbx_file_ops lbx_default_fops;
 /* I/O operations for un-seekable files (e.g. pipes). */
 extern const struct lbx_file_ops lbx_pipe_fops;
 
+/* I/O operations for LBX archive members. */
+extern const struct lbx_file_ops lbx_arch_fops;
+
 /* Opaque */
 typedef struct lbx_state LBX;
 typedef struct lbx_file_state LBXfile;