mirror of
https://github.com/irssi/irssi.git
synced 2026-08-17 23:52:22 +02: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
1 changed files with 4 additions and 0 deletions
|
|
@ -9,4 +9,8 @@ void pidwait_add(int pid);
|
||||||
/* remove pid from wait list */
|
/* remove pid from wait list */
|
||||||
void pidwait_remove(int pid);
|
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
|
#endif
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue