summaryrefslogtreecommitdiff
path: root/ares_nowarn.h
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2010-02-26 16:42:33 +0000
committerYang Tse <yangsita@gmail.com>2010-02-26 16:42:33 +0000
commit86718e2f529e2dfb925dc5746032215ec79f8dfa (patch)
tree131188d77a464feae406ca07753f8863a7e1ad17 /ares_nowarn.h
parent78414c0f3a4f7185323f13f04c8a1d5b68102b26 (diff)
downloadc-ares-86718e2f529e2dfb925dc5746032215ec79f8dfa.tar.gz
c-ares-86718e2f529e2dfb925dc5746032215ec79f8dfa.tar.bz2
c-ares-86718e2f529e2dfb925dc5746032215ec79f8dfa.zip
fix compiler warning
Diffstat (limited to 'ares_nowarn.h')
-rw-r--r--ares_nowarn.h23
1 files changed, 23 insertions, 0 deletions
diff --git a/ares_nowarn.h b/ares_nowarn.h
new file mode 100644
index 0000000..0b7181b
--- /dev/null
+++ b/ares_nowarn.h
@@ -0,0 +1,23 @@
+#ifndef HEADER_CARES_NOWARN_H
+#define HEADER_CARES_NOWARN_H
+
+/* $Id$ */
+
+/* Copyright (C) 2010 by Daniel Stenberg
+ *
+ * Permission to use, copy, modify, and distribute this
+ * software and its documentation for any purpose and without
+ * fee is hereby granted, provided that the above copyright
+ * notice appear in all copies and that both that copyright
+ * notice and this permission notice appear in supporting
+ * documentation, and that the name of M.I.T. not be used in
+ * advertising or publicity pertaining to distribution of the
+ * software without specific, written prior permission.
+ * M.I.T. makes no representations about the suitability of
+ * this software for any purpose. It is provided "as is"
+ * without express or implied warranty.
+ */
+
+int aresx_uztosi(size_t uznum);
+
+#endif /* HEADER_CARES_NOWARN_H */