commit | 67257dc2ab34dd035058205a5b548c5ebd3f14eb | [log] [tgz] |
---|---|---|
author | Laurence Lundblade <lgl@securitytheory.com> | Mon Jul 27 03:33:37 2020 -0700 |
committer | Laurence Lundblade <lgl@securitytheory.com> | Mon Jul 27 03:33:37 2020 -0700 |
tree | c57d638ec096299c53306395c40de7f6b29058bb | |
parent | cb31ed33ce55c55bf61f70511fe2479b78fdaa3a [diff] [blame] |
split out qcbor_spiffy_decode
diff --git a/src/qcbor_decode.c b/src/qcbor_decode.c index 673a14a..16ffa2a 100644 --- a/src/qcbor_decode.c +++ b/src/qcbor_decode.c
@@ -32,6 +32,7 @@ #include "qcbor/qcbor_decode.h" +#include "qcbor/qcbor_spiffy_decode.h" #include "ieee754.h" @@ -2595,6 +2596,7 @@ return QCBOR_ERR_UNEXPECTED_TYPE; } + /** @param[in] TagSpec Specification for matching tags. @param[in] uDataType A QCBOR data type