summaryrefslogtreecommitdiff
path: root/mpq-errors.h
diff options
context:
space:
mode:
authorPixel <pixel@nobis-crew.org>2009-08-05 18:24:59 -0700
committerPixel <pixel@nobis-crew.org>2009-08-05 18:24:59 -0700
commit6b5b44074fd6bdbbeb59f8d006fb88e0230cf1ef (patch)
treec3559f4579a0ca63b41b766dfeb68f62360a97cc /mpq-errors.h
parentc579f3458775ca45bd86dcb9b8ef09e7d2a03bdc (diff)
Cleaning up and sanityzing the ioctl subsystem.
Diffstat (limited to 'mpq-errors.h')
-rw-r--r--mpq-errors.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/mpq-errors.h b/mpq-errors.h
index ada05f1..e22d370 100644
--- a/mpq-errors.h
+++ b/mpq-errors.h
@@ -18,7 +18,9 @@ enum {
MPQLIB_ERROR_OPEN,
MPQLIB_ERROR_NOT_MPQ_ARCHIVE,
MPQLIB_ERROR_MEMORY,
+ MPQLIB_ERROR_SEEK,
MPQLIB_ERROR_READ,
+ MPQLIB_ERROR_WRITE,
MPQLIB_ERROR_INVALID_IOCTL,
MPQLIB_ERROR_IOCTL_INVALID_ENTRY,
MPQLIB_ERROR_FILE_NOT_FOUND,