repo.or.cz
/
netsniff-ng-new.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
netsniff-ng: Use correct printf format specifier for uint64_t
[netsniff-ng-new.git]
/
sig.h
blob
10627b81ed3499d232f84ea89da44fb4ee67ed3b
1
#ifndef SIG_H
2
#define SIG_H
3
4
extern
void
register_signal
(
int
signal
,
void
(*
handler
)(
int
));
5
extern
void
register_signal_f
(
int
signal
,
void
(*
handler
)(
int
),
int
flags
);
6
7
#endif
/* SIG_H */