diff options
Diffstat (limited to 'sway/workspace.h')
-rw-r--r-- | sway/workspace.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/workspace.h b/sway/workspace.h index bc7eed55..19f0d4c1 100644 --- a/sway/workspace.h +++ b/sway/workspace.h @@ -5,7 +5,7 @@ #include "list.h" #include "layout.h" -char *workspace_next_name(); +char *workspace_next_name(void); swayc_t *workspace_create(const char*); swayc_t *workspace_find_by_name(const char*); void workspace_switch(swayc_t*); |