aboutsummaryrefslogtreecommitdiffstats
path: root/include/sway.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sway.h')
-rw-r--r--include/sway.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sway.h b/include/sway.h
index 6499c81d..b5cfb668 100644
--- a/include/sway.h
+++ b/include/sway.h
@@ -1,6 +1,6 @@
1#ifndef _SWAY_SWAY_H 1#ifndef _SWAY_SWAY_H
2#define _SWAY_SWAY_H 2#define _SWAY_SWAY_H
3 3
4void sway_terminate(void); 4void sway_terminate(int exit_code);
5 5
6#endif 6#endif