aboutsummaryrefslogtreecommitdiff
path: root/ares/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
commitbcd1c7c2e92d41ab02163a36a1ab9d5a7afd83a9 (patch)
tree0b98ca5c331ee57703a51747d0f8e975ceaffab7 /ares/ares_nowarn.h
parent87428e07ca17a99fb2409ec39213b7badbe967ea (diff)
fix compiler warning
Diffstat (limited to 'ares/ares_nowarn.h')
-rw-r--r--ares/ares_nowarn.h23
1 files changed, 23 insertions, 0 deletions
diff --git a/ares/ares_nowarn.h b/ares/ares_nowarn.h
new file mode 100644
index 000000000..0b7181bd4
--- /dev/null
+++ b/ares/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 */