X-Git-Url: https://gapil.gnulinux.it/gitweb/?p=gapil.git;a=blobdiff_plain;f=sources%2Fwrappers.h;h=ee8fa89da88d4d85489ae1bb209807408907eeab;hp=7120c4348a5fef08fc27671b4c592ffa30773ccd;hb=6c8d59152cff88b5835eeb749445148bb3546a5b;hpb=7463fc5258c5afb139286c2509f5161bc0d76290 diff --git a/sources/wrappers.h b/sources/wrappers.h index 7120c43..ee8fa89 100644 --- a/sources/wrappers.h +++ b/sources/wrappers.h @@ -5,7 +5,7 @@ * * Author: S. Piccardi * - * $Id: wrappers.h,v 1.2 2001/06/10 11:47:17 piccardi Exp $ + * $Id: wrappers.h,v 1.3 2002/08/18 23:24:44 piccardi Exp $ * ***************************************************************/ #include /* IPC semaphore declarations */ @@ -237,3 +237,4 @@ inline SigFunc * Signal(int signo, SigFunc *func) ssize_t SockRead(int fd, void *buf, size_t count); ssize_t SockWrite(int fd, const void *buf, size_t count); +void HandSIGCHLD(int sig);