mirror of
https://github.com/vanhauser-thc/thc-hydra.git
synced 2025-07-05 20:41:39 -07:00
fix
This commit is contained in:
parent
e141c59d2a
commit
7613700a5a
1 changed files with 1 additions and 1 deletions
2
hydra.h
2
hydra.h
|
@ -155,7 +155,7 @@
|
|||
|
||||
#ifndef _WIN32
|
||||
int32_t sleepn(time_t seconds);
|
||||
int32_t usleepn(long useconds);
|
||||
int32_t usleepn(int64_t useconds);
|
||||
#else
|
||||
int32_t sleepn(uint32_t seconds);
|
||||
int32_t usleepn(uint32_t useconds);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue