summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorLibravatar Tomáš Čech <sleep_walker@suse.com>2016-05-23 14:42:03 +0200
committerLibravatar Tomáš Čech <sleep_walker@suse.com>2016-05-23 14:42:03 +0200
commiteda741d177b784024e9d6c5d7fbcc67a41957bab (patch)
treec09e1056207423e42bddf03aeb2fc7678f997ca9 /include
parentAdd openSUSE Tumbleweed as distro with sway (diff)
downloadsway-eda741d177b784024e9d6c5d7fbcc67a41957bab.tar.gz
sway-eda741d177b784024e9d6c5d7fbcc67a41957bab.tar.zst
sway-eda741d177b784024e9d6c5d7fbcc67a41957bab.zip
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);
59 */ 59 */
60const char *cmd_results_to_json(struct cmd_results *results); 60const char *cmd_results_to_json(struct cmd_results *results);
61 61
62void remove_view_from_scratchpad(); 62void remove_view_from_scratchpad(swayc_t *);
63 63
64#endif 64#endif