diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/ecbor.h.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ecbor.h.in b/include/ecbor.h.in index b9e4726..dab6c44 100644 --- a/include/ecbor.h.in +++ b/include/ecbor.h.in @@ -260,7 +260,7 @@ extern ecbor_item_t ecbor_int (int64_t value); extern ecbor_item_t -ecbor_uint (int64_t value); +ecbor_uint (uint64_t value); extern ecbor_item_t ecbor_bstr (uint8_t *bstr, size_t length); |
