]> Pileus Git - wmpus/blobdiff - sys.h
Support graceful shutdown
[wmpus] / sys.h
diff --git a/sys.h b/sys.h
index d2001225a1baee26218ec6ccb4a33b8948ae1c8c..c08b595d62956e9cef261531a8b5e9e70100a82f 100644 (file)
--- a/sys.h
+++ b/sys.h
@@ -119,3 +119,6 @@ win_t *sys_init(void);
 
 /* Starts the main loop */
 void sys_run(win_t *root);
+
+/* Exit main loop */
+void sys_exit(void);