]> git.sur5r.net Git - i3/i3/blobdiff - i3bar/include/child.h
Send the child SIGSTOPs and SIGCONTs
[i3/i3] / i3bar / include / child.h
index 0405816d2b52e6abbf237985923c530fc2fd639e..69cfc5767a6c9b2c051cc19450215f13c6390e2e 100644 (file)
@@ -26,4 +26,16 @@ void start_child(char *command);
  */
 void kill_child();
 
+/*
+ * Sends a SIGSTOP to the child-process (if existent)
+ *
+ */
+void stop_child();
+
+/*
+ * Sends a SIGCONT to the child-process (if existent)
+ *
+ */
+void cont_child();
+
 #endif