Imported Upstream version 7.32.0
[platform/upstream/curl.git] / src / tool_help.h
similarity index 82%
rename from lib/curl_rand.h
rename to src/tool_help.h
index 26cfb7f..1b757dc 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef HEADER_CURL_RAND_H
-#define HEADER_CURL_RAND_H
+#ifndef HEADER_CURL_TOOL_HELP_H
+#define HEADER_CURL_TOOL_HELP_H
 /***************************************************************************
  *                                  _   _ ____  _
  *  Project                     ___| | | |  _ \| |
@@ -7,7 +7,7 @@
  *                            | (__| |_| |  _ <| |___
  *                             \___|\___/|_| \_\_____|
  *
- * Copyright (C) 1998 - 2009, Daniel Stenberg, <daniel@haxx.se>, et al.
+ * Copyright (C) 1998 - 2012, 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
@@ -21,9 +21,9 @@
  * KIND, either express or implied.
  *
  ***************************************************************************/
+#include "tool_setup.h"
 
-void Curl_srand(void);
+void tool_help(void);
 
-unsigned int Curl_rand(void);
+#endif /* HEADER_CURL_TOOL_HELP_H */
 
-#endif /* HEADER_CURL_RAND_H */