/*
 * ftelnetd - fake telnet daemon
 * 
 * sighandle.h
 *
 * Tue Dec 12 22:47:31 CET 2006
 *
 * by Levent Kayan
 * levent[at]corehack[dot]org
 * www.corehack.org
 */

#ifndef __sighandle_h_
#define __sighandle_h_

#include <signal.h>
#include <errno.h>
#include <sys/wait.h>
#include <sys/types.h>


/* SIGCHLD */
void sig_chld();

#endif

/* EOF */


syntax highlighted by Code2HTML, v. 0.9.1