aboutsummaryrefslogtreecommitdiff
path: root/array.h
diff options
context:
space:
mode:
Diffstat (limited to 'array.h')
-rw-r--r--array.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/array.h b/array.h
index ebfa711..2a82535 100644
--- a/array.h
+++ b/array.h
@@ -128,6 +128,6 @@ void *array_pop(Array*);
* .. warning:: The same ownership rules as for ``array_get`` apply.
* @endrst
*/
-void *array_peek(Array*);
+void *array_peek(const Array*);
#endif