linux-surface/tools/lib/subcmd/sigchain.h

11 lines
198 B
C
Raw Normal View History

2017-08-10 13:25:24 +00:00
#ifndef __SUBCMD_SIGCHAIN_H
#define __SUBCMD_SIGCHAIN_H
typedef void (*sigchain_fun)(int);
int sigchain_pop(int sig);
void sigchain_push_common(sigchain_fun f);
#endif /* __SUBCMD_SIGCHAIN_H */