]> Pileus Git - wmpus/blobdiff - sys.h
Add signal handlers
[wmpus] / sys.h
diff --git a/sys.h b/sys.h
index d2001225a1baee26218ec6ccb4a33b8948ae1c8c..e55b0a36e25e9b95222641135068a1b3a8db4032 100644 (file)
--- a/sys.h
+++ b/sys.h
@@ -119,3 +119,9 @@ win_t *sys_init(void);
 
 /* Starts the main loop */
 void sys_run(win_t *root);
+
+/* Exit main loop */
+void sys_exit(void);
+
+/* Free all static data, for memory debugging */
+void sys_free(win_t *root);