summaryrefslogtreecommitdiff
path: root/include/u8c/u8enc.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/u8c/u8enc.h')
-rw-r--r--include/u8c/u8enc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/u8c/u8enc.h b/include/u8c/u8enc.h
index 72710a1..5223898 100644
--- a/include/u8c/u8enc.h
+++ b/include/u8c/u8enc.h
@@ -21,7 +21,7 @@
# if defined(__cplusplus)
extern "C" {
# endif
-extern uint_least8_t u8c_u8enc(size_t * const restrict sz,uint_least8_t * restrict * const restrict out,uint_least32_t * const restrict in);
+extern uint_least8_t u8c_u8enc(size_t * const sz,uint_least8_t * * const out,uint_least32_t * const in);
# if defined(__cplusplus)
}
# endif