aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/sway/server.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/sway/server.h b/include/sway/server.h
index b1d7523c..6152651e 100644
--- a/include/sway/server.h
+++ b/include/sway/server.h
@@ -158,6 +158,8 @@ extern struct sway_debug debug;
extern bool allow_unsupported_gpu;
+void sway_terminate(int exit_code);
+
bool server_init(struct sway_server *server);
void server_fini(struct sway_server *server);
bool server_start(struct sway_server *server);