aboutsummaryrefslogtreecommitdiffstats
path: root/pack.h
diff options
context:
space:
mode:
authorTomasz Kramkowski <tk@the-tk.com>2021-08-08 04:34:55 +0100
committerTomasz Kramkowski <tk@the-tk.com>2021-08-08 05:01:00 +0100
commit7b213a99c973f16d0150c42dbd5dba1c95180982 (patch)
tree01a371d43109791130a470221f9c540b3ccd047d /pack.h
parentbd0969cb8af8b1e34931e06489de0343bbfa9a69 (diff)
downloadpack-7b213a99c973f16d0150c42dbd5dba1c95180982.tar.gz
pack-7b213a99c973f16d0150c42dbd5dba1c95180982.tar.xz
pack-7b213a99c973f16d0150c42dbd5dba1c95180982.zip
add the PACK_TYPE_COUNT pack_type
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 {