mirror of
https://github.com/vanhauser-thc/thc-hydra.git
synced 2025-07-06 04:51:40 -07:00
fix
This commit is contained in:
parent
bbb54239b7
commit
e141c59d2a
1 changed files with 12 additions and 16 deletions
6
hydra.h
6
hydra.h
|
@ -1,4 +1,4 @@
|
|||
|
||||
#ifndef _HYDRA_H
|
||||
|
||||
#include <stdio.h>
|
||||
#ifdef __sun
|
||||
|
@ -154,15 +154,11 @@
|
|||
#define MAX_PROXY_COUNT 64
|
||||
|
||||
#ifndef _WIN32
|
||||
|
||||
int32_t sleepn(time_t seconds);
|
||||
int32_t usleepn(long useconds);
|
||||
|
||||
#else
|
||||
|
||||
int32_t sleepn(uint32_t seconds);
|
||||
int32_t usleepn(uint32_t useconds);
|
||||
|
||||
#endif
|
||||
|
||||
#define _HYDRA_H
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue