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
f4eb8d0132
commit
bbb54239b7
1 changed files with 5 additions and 5 deletions
10
hydra.h
10
hydra.h
|
@ -1,4 +1,4 @@
|
|||
#ifndef _HYDRA_H
|
||||
|
||||
|
||||
#include <stdio.h>
|
||||
#ifdef __sun
|
||||
|
@ -155,13 +155,13 @@
|
|||
|
||||
#ifndef _WIN32
|
||||
|
||||
int sleepn(time_t seconds);
|
||||
int usleepn(long useconds);
|
||||
int32_t sleepn(time_t seconds);
|
||||
int32_t usleepn(long useconds);
|
||||
|
||||
#else
|
||||
|
||||
int sleepn(unsigned int seconds);
|
||||
int usleepn(unsigned int useconds);
|
||||
int32_t sleepn(uint32_t seconds);
|
||||
int32_t usleepn(uint32_t useconds);
|
||||
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue