mirror of
https://github.com/irssi/irssi.git
synced 2024-11-03 04:27:19 -05:00
Still forgot to add pidwait_get_pids() here.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2133 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
d4d2fe5e80
commit
cd09cd6332
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user