summaryrefslogtreecommitdiff
path: root/ares_nowarn.h
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2012-06-14 21:19:48 +0200
committerYang Tse <yangsita@gmail.com>2012-06-14 21:19:48 +0200
commit38b69b7269d4abbc75f34b8ab38d7bdab4ad91ab (patch)
tree6f1cdd4881cbf7da8564904c9f99770f65a987cc /ares_nowarn.h
parent1972aad19ef2c78498cb5f08ec99f2c35779731d (diff)
downloadc-ares-38b69b7269d4abbc75f34b8ab38d7bdab4ad91ab.tar.gz
c-ares-38b69b7269d4abbc75f34b8ab38d7bdab4ad91ab.tar.bz2
c-ares-38b69b7269d4abbc75f34b8ab38d7bdab4ad91ab.zip
Kill compiler warning
Diffstat (limited to 'ares_nowarn.h')
-rw-r--r--ares_nowarn.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/ares_nowarn.h b/ares_nowarn.h
index c593e45..9b76d66 100644
--- a/ares_nowarn.h
+++ b/ares_nowarn.h
@@ -2,7 +2,7 @@
#define HEADER_CARES_NOWARN_H
-/* Copyright (C) 2010-2011 by Daniel Stenberg
+/* Copyright (C) 2010-2012 by Daniel Stenberg
*
* Permission to use, copy, modify, and distribute this
* software and its documentation for any purpose and without
@@ -29,6 +29,8 @@ int aresx_sztosi(ssize_t sznum);
unsigned int aresx_sztoui(ssize_t sznum);
+unsigned short aresx_sitous(int sinum);
+
#if defined(__INTEL_COMPILER) && defined(__unix__)
int aresx_FD_ISSET(int fd, fd_set *fdset);