From 4c0bae244c4354a70c109a31271c93b016b3c2bc Mon Sep 17 00:00:00 2001 From: "tobias.herre@wikimedia.de" Date: Tue, 6 Mar 2018 17:52:45 +0000 Subject: [PATCH] cw_type_vendor implemented - from_str still missing FossilOrigin-Name: 923e57cce82510fb9624ff5f4a73cbc368c2c7afdb560092eb39df63ac132081 --- libcw.project | 1 + src/cw/cw_types.h | 1 + 2 files changed, 2 insertions(+) diff --git a/libcw.project b/libcw.project index ac274e1f..e8bca398 100644 --- a/libcw.project +++ b/libcw.project @@ -318,6 +318,7 @@ + diff --git a/src/cw/cw_types.h b/src/cw/cw_types.h index 5cd6d6b6..6e16749b 100644 --- a/src/cw/cw_types.h +++ b/src/cw/cw_types.h @@ -38,6 +38,7 @@ extern const struct cw_Type cw_type_byte; extern const struct cw_Type cw_type_word; extern const struct cw_Type cw_type_dword; +extern const struct cw_Type cw_type_version; void cw_types_mavl_delete(mavldata_t *data);