video: fbdev: i810: add in missing white space in error message text
[linux/fpc-iii.git] / tools / lib / subcmd / sigchain.h
blob0c919f2874ca37b4b2d5414f7f5473b95cfd8d23
1 #ifndef __SUBCMD_SIGCHAIN_H
2 #define __SUBCMD_SIGCHAIN_H
4 typedef void (*sigchain_fun)(int);
6 int sigchain_pop(int sig);
8 void sigchain_push_common(sigchain_fun f);
10 #endif /* __SUBCMD_SIGCHAIN_H */