]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - tools/lib/subcmd/sigchain.h
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[mirror_ubuntu-bionic-kernel.git] / tools / lib / subcmd / sigchain.h
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
1843b4e0
JP
2#ifndef __SUBCMD_SIGCHAIN_H
3#define __SUBCMD_SIGCHAIN_H
a930d2c0
IM
4
5typedef void (*sigchain_fun)(int);
6
a930d2c0
IM
7int sigchain_pop(int sig);
8
9void sigchain_push_common(sigchain_fun f);
10
1843b4e0 11#endif /* __SUBCMD_SIGCHAIN_H */