diff options
Diffstat (limited to 'src/wlstate.h')
| -rw-r--r-- | src/wlstate.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/wlstate.h b/src/wlstate.h index 98885db..5cf3927 100644 --- a/src/wlstate.h +++ b/src/wlstate.h @@ -10,6 +10,6 @@ struct wlstate_s { i32 eventfd; }; -bool wayc_wlstate_init(struct wlstate_s *state); -void wayc_wlstate_deinit(struct wlstate_s *state); -void wayc_wlstate_update(struct wlstate_s *state); +bool wayc_wlstate_init(struct wlstate_s* state); +void wayc_wlstate_deinit(struct wlstate_s* state); +void wayc_wlstate_update(struct wlstate_s* state); |
