Added SILC Thread Queue API
[crypto.git] / apps / irssi / src / core / pidwait.h
index 3f6b84cdf7ac4e1ad6ffa6dcd80cd9d8dddf3627..ae1ba01e2fe9e75cc3b149ecc052d12b01017db5 100644 (file)
@@ -9,4 +9,8 @@ void pidwait_add(int pid);
 /* remove pid from wait list */
 void pidwait_remove(int pid);
 
+/* return list of pids that are being waited.
+   don't free the return value. */
+GSList *pidwait_get_pids(void);
+
 #endif