aboutsummaryrefslogtreecommitdiff
path: root/lib/warnless.h
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2010-02-19 18:02:38 +0000
committerYang Tse <yangsita@gmail.com>2010-02-19 18:02:38 +0000
commit048438345aed2acbb044e107946a804bc2d02363 (patch)
tree5b1621c5667f12d2d83fd71e4de4c3531ed44204 /lib/warnless.h
parent6e461e45c3623f53c682a7d08a2c38f096cc5b17 (diff)
fix compiler warning
Diffstat (limited to 'lib/warnless.h')
-rw-r--r--lib/warnless.h28
1 files changed, 28 insertions, 0 deletions
diff --git a/lib/warnless.h b/lib/warnless.h
new file mode 100644
index 000000000..cd257d3ed
--- /dev/null
+++ b/lib/warnless.h
@@ -0,0 +1,28 @@
+#ifndef HEADER_CURL_WARNLESS_H
+#define HEADER_CURL_WARNLESS_H
+/***************************************************************************
+ * _ _ ____ _
+ * Project ___| | | | _ \| |
+ * / __| | | | |_) | |
+ * | (__| |_| | _ <| |___
+ * \___|\___/|_| \_\_____|
+ *
+ * Copyright (C) 1998 - 2010, Daniel Stenberg, <daniel@haxx.se>, et al.
+ *
+ * This software is licensed as described in the file COPYING, which
+ * you should have received as part of this distribution. The terms
+ * are also available at http://curl.haxx.se/docs/copyright.html.
+ *
+ * You may opt to use, copy, modify, merge, publish, distribute and/or sell
+ * copies of the Software, and permit persons to whom the Software is
+ * furnished to do so, under the terms of the COPYING file.
+ *
+ * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
+ * KIND, either express or implied.
+ *
+ * $Id$
+ ***************************************************************************/
+
+unsigned short Curl_ultous(unsigned long ulnum);
+
+#endif /* HEADER_CURL_WARNLESS_H */