aboutsummaryrefslogtreecommitdiff
path: root/include/libseat.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/libseat.h')
-rw-r--r--include/libseat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libseat.h b/include/libseat.h
index 82098ea..2647fb9 100644
--- a/include/libseat.h
+++ b/include/libseat.h
@@ -55,7 +55,7 @@ struct libseat_seat_listener {
* Returns a pointer to an opaque libseat struct on success. Returns NULL and
* sets errno on error.
*/
-struct libseat *libseat_open_seat(struct libseat_seat_listener *listener, void *userdata);
+struct libseat *libseat_open_seat(const struct libseat_seat_listener *listener, void *userdata);
/*
* Disables a seat, used in response to a disable_seat event. After disabling