diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/commands.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/commands.h b/include/commands.h index c2046e13..714d2db0 100644 --- a/include/commands.h +++ b/include/commands.h @@ -10,4 +10,6 @@ struct cmd_handler { bool handle_command(struct sway_config *config, char *command); +void remove_view_from_scratchpad(); + #endif |