projects
/
project
/
mountd.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
fs: add support for HFSX Plus file system
[project/mountd.git]
/
include
/
signal.h
1
#ifndef _SIGNAL_H__
2
#define _SIGNAL_H__
3
4
void
signal_init
(
void
(*
_crtlc_cb
)(
int
));
5
6
int
signal_usr1
(
void
);
7
int
signal_usr2
(
void
);
8
9
#endif