]> git.draconx.ca Git - liblbx.git/blobdiff - src/lbx.h
Starting implementation of image parsing code.
[liblbx.git] / src / lbx.h
index ec525d0bf56eee05b6fa12eee283b43d8e0ea09b..a2ca456f949eb72dbaa81dc5c00d4d173bf6287c 100644 (file)
--- a/src/lbx.h
+++ b/src/lbx.h
@@ -9,6 +9,7 @@ enum {
        LBX_EMAGIC,
        LBX_EEOF,
        LBX_ERANGE,
+       LBX_EFORMAT,
 };
 extern int lbx_errno;