repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
video: fbdev: i810: add in missing white space in error message text
[linux/fpc-iii.git]
/
tools
/
lib
/
subcmd
/
sigchain.h
blob
0c919f2874ca37b4b2d5414f7f5473b95cfd8d23
1
#ifndef __SUBCMD_SIGCHAIN_H
2
#define __SUBCMD_SIGCHAIN_H
3
4
typedef
void
(*
sigchain_fun
)(
int
);
5
6
int
sigchain_pop
(
int
sig
);
7
8
void
sigchain_push_common
(
sigchain_fun f
);
9
10
#endif
/* __SUBCMD_SIGCHAIN_H */