shallot v0.0.3 from taswebqlseworuhc.onion.
[shallot/rransom.git] / src / thread.h
blob3cd245d1f26052169f49f809e11005c7e3bb7776
1 #ifndef THREAD_H
2 #define THREAD_H
4 void *worker(void *params);
5 void *monitor_proc(void *unused);
7 #endif