aboutsummaryrefslogtreecommitdiffstats
path: root/include/gpiod.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/gpiod.h')
-rw-r--r--include/gpiod.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/gpiod.h b/include/gpiod.h
index ede5615..d37e60c 100644
--- a/include/gpiod.h
+++ b/include/gpiod.h
@@ -1006,7 +1006,7 @@ int gpiod_line_set_value(struct gpiod_line *line, int value) GPIOD_API;
* undefined.
*/
int gpiod_line_set_value_bulk(struct gpiod_line_bulk *bulk,
- int *values) GPIOD_API;
+ const int *values) GPIOD_API;
/**
* @}