aboutsummaryrefslogtreecommitdiffstats
path: root/pack.h
diff options
context:
space:
mode:
Diffstat (limited to 'pack.h')
-rw-r--r--pack.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/pack.h b/pack.h
index daf0699..7fd54a5 100644
--- a/pack.h
+++ b/pack.h
@@ -34,6 +34,7 @@ enum pack_type {
PACK_TYPE_FLOAT = 'f',
PACK_TYPE_DOUBLE = 'd',
PACK_TYPE_PADDING = 'x',
+ PACK_TYPE_COUNT = '*',
};
enum pack_endian {