/* $Id$ */ #ifndef HOOK_H #define HOOK_H 1 #include typedef int (*sigaction_t) (int signum, const struct sigaction *act, struct sigaction *oldact); extern sigaction_t sigaction_orig_libc_cont; extern int debug; #endif /* !HOOK_H */