summaryrefslogtreecommitdiff
path: root/include/ecbor.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'include/ecbor.h.in')
-rw-r--r--include/ecbor.h.in2
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);