aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorFurkan Sahin <furkan-dev@proton.me>2016-05-23 14:42:03 +0200
committerFurkan Sahin <furkan-dev@proton.me>2016-05-23 14:42:03 +0200
commitb1d088a39c0d06b49ae3cd63c731025b68fccee5 (patch)
treec09e1056207423e42bddf03aeb2fc7678f997ca9 /include
parentc0a85bbfd278065fac001e898e519f939e48b0e7 (diff)
Match definition with declaration
Diffstat (limited to 'include')
-rw-r--r--include/commands.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/commands.h b/include/commands.h
index 5fa66bb6..cd0610f4 100644
--- a/include/commands.h
+++ b/include/commands.h
@@ -59,6 +59,6 @@ void free_cmd_results(struct cmd_results *results);
*/
const char *cmd_results_to_json(struct cmd_results *results);
-void remove_view_from_scratchpad();
+void remove_view_from_scratchpad(swayc_t *);
#endif