Fixed multi-archness of the `demo' script.
[libobjid.git] / hook.h
1 /* $Id$ */
2
3
4 #ifndef HOOK_H
5 #define HOOK_H 1
6
7
8 #include <signal.h>
9
10
11 typedef int (*sigaction_t) (int signum, const struct sigaction *act,
12                                  struct sigaction *oldact);
13
14 extern sigaction_t sigaction_orig_libc_cont;
15
16 extern int debug;
17
18 #endif /* !HOOK_H */