mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
fix last compilings warings from this file.
svn path=/trunk/; revision=10892
This commit is contained in:
parent
a99b01ff0c
commit
94bcb6fe25
1 changed files with 1 additions and 1 deletions
|
@ -131,7 +131,7 @@ struct timezone; /* XXX arty */
|
|||
ADNS_API int adns_gettimeofday(struct timeval *tv, struct timezone *tz);
|
||||
ADNS_API int adns_writev (SOCKET FileDescriptor, const struct iovec * iov, int iovCount);
|
||||
ADNS_API int adns_inet_aton(const char *cp, struct in_addr *inp);
|
||||
ADNS_API int adns_getpid();
|
||||
ADNS_API int adns_getpid(void);
|
||||
|
||||
#ifdef ADNS_DLL
|
||||
ADNS_API void *adns_malloc(const size_t bytes);
|
||||
|
|
Loading…
Reference in a new issue