repo.or.cz
/
shallot
/
rransom.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
shallot v0.0.3 from taswebqlseworuhc.onion.
[shallot/rransom.git]
/
src
/
thread.h
blob
3cd245d1f26052169f49f809e11005c7e3bb7776
1
#ifndef THREAD_H
2
#define THREAD_H
3
4
void
*
worker
(
void
*
params
);
5
void
*
monitor_proc
(
void
*
unused
);
6
7
#endif