wip
This commit is contained in:
parent
05ad58cb09
commit
ff773f1f4e
@ -96,8 +96,6 @@ void *get_in_addr(struct sockaddr *sa)
|
|||||||
return &(((struct sockaddr_in6*)sa)->sin6_addr);
|
return &(((struct sockaddr_in6*)sa)->sin6_addr);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
void msleep(int d)
|
void msleep(int d)
|
||||||
{
|
{
|
||||||
usleep(d*1000);
|
usleep(d*1000);
|
||||||
|
@ -2,4 +2,4 @@ void current_utc_time(struct timespec *ts);
|
|||||||
long fastclock(void);
|
long fastclock(void);
|
||||||
int kbhit (void);
|
int kbhit (void);
|
||||||
void msleep(int d);
|
void msleep(int d);
|
||||||
void *get_in_addr(struct sockaddr *sa);
|
extern void *get_in_addr(struct sockaddr *sa);
|
||||||
|
Loading…
Reference in New Issue
Block a user