diff src/dmlib.h @ 908:03bda6477ad4

Add new error code DMERR_DATA_ERROR.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 23 Feb 2015 22:51:28 +0200
parents e5fde730b4fa
children 7d1696edf244
line wrap: on
line diff
--- a/src/dmlib.h	Mon Feb 23 22:42:13 2015 +0200
+++ b/src/dmlib.h	Mon Feb 23 22:51:28 2015 +0200
@@ -55,6 +55,8 @@
     DMERR_OUT_OF_DATA,
     DMERR_EXTRA_DATA,
     DMERR_BOUNDS,
+    
+    DMERR_DATA_ERROR,   // Data decoding/encoding/parsing error
 
     // PACK-file subsystem
     DMERR_NOTPACK,