Merge tag 'rxrpc-rewrite-20160830-1' of git://git.kernel.org/pub/scm/linux/kernel...
[linux-2.6/btrfs-unstable.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 */