summaryrefslogtreecommitdiff
path: root/src/type.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/type.h')
-rw-r--r--src/type.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/type.h b/src/type.h
index 621b259c..dca8f2ad 100644
--- a/src/type.h
+++ b/src/type.h
@@ -35,7 +35,8 @@ enum TYPE
TYPE_INT = 0x07,
TYPE_BOOL = 0x08,
TYPE_LIST_PTRS = 0x09,
- TYPE_MAP_PTRS = 0x0a
+ TYPE_MAP_PTRS = 0x0a,
+ TYPE_VOID = 0x0b
};
#endif /* _COLM_TYPE_H */