From 7e61b3de06a190aa9e84b3fc0070ee27e57770d1 Mon Sep 17 00:00:00 2001 From: Lukas Fleischer Date: Sat, 2 Jul 2011 07:33:26 +0200 Subject: Add child_wait() function Can be used to wait for the termination of a child process. Signed-off-by: Lukas Fleischer --- src/calcurse.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/calcurse.h') diff --git a/src/calcurse.h b/src/calcurse.h index cb9ea93..dec14c4 100644 --- a/src/calcurse.h +++ b/src/calcurse.h @@ -880,6 +880,7 @@ void str_toupper (char *); void file_close (FILE *, const char *); void psleep (unsigned); int fork_exec (int *, int *, const char *, char *const *); +int child_wait (int *, int *, int); /* vars.c */ extern int col, row; -- cgit v1.2.3-54-g00ecf