implement worker_batch_pass

This commit is contained in:
cathugger
2019-11-15 04:58:21 +00:00
parent 6f7e220b60
commit 9bc52c5fb7
8 changed files with 157 additions and 8 deletions

View File

@@ -43,4 +43,5 @@ extern void *worker_fast(void *task);
extern void *worker_batch(void *task);
#ifdef PASSPHRASE
extern void *worker_fast_pass(void *task);
extern void *worker_batch_pass(void *task);
#endif