diff options
Diffstat (limited to 'include/u8c/u8dec.h')
-rw-r--r-- | include/u8c/u8dec.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/u8c/u8dec.h b/include/u8c/u8dec.h index 45c7f72..eed43ae 100644 --- a/include/u8c/u8dec.h +++ b/include/u8c/u8dec.h @@ -21,7 +21,7 @@ # if defined(__cplusplus) extern "C" { # endif -extern uint_least8_t u8c_u8dec(size_t * const sz,uint_least32_t * * const out,uint_least8_t * const in); +extern uint_least8_t u8c_u8dec(size_t * const sz,uint_least32_t const * * const out,uint_least8_t const * const in); # if defined(__cplusplus) } # endif |