summaryrefslogtreecommitdiff
path: root/src/tool_operhlp.h
diff options
context:
space:
mode:
authorAlessandro Ghedini <alessandro@ghedini.me>2014-03-26 10:35:02 +0100
committerAlessandro Ghedini <alessandro@ghedini.me>2014-03-26 10:35:02 +0100
commit406f619a33e3b0e01cc04e8e77a90ee93b229602 (patch)
treeeac2653e6f8ffa6f1e495ef087ca3fb341fb9cce /src/tool_operhlp.h
parentc930db776b4046d2977e64c52779ea2402ac2d24 (diff)
Imported Upstream version 7.36.0
Diffstat (limited to 'src/tool_operhlp.h')
-rw-r--r--src/tool_operhlp.h18
1 files changed, 3 insertions, 15 deletions
diff --git a/src/tool_operhlp.h b/src/tool_operhlp.h
index 806717ee..8fcaad69 100644
--- a/src/tool_operhlp.h
+++ b/src/tool_operhlp.h
@@ -7,7 +7,7 @@
* | (__| |_| | _ <| |___
* \___|\___/|_| \_\_____|
*
- * Copyright (C) 1998 - 2012, Daniel Stenberg, <daniel@haxx.se>, et al.
+ * Copyright (C) 1998 - 2014, 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
@@ -23,11 +23,9 @@
***************************************************************************/
#include "tool_setup.h"
-char *my_useragent(void);
+struct OperationConfig;
-void list_engines(const struct curl_slist *engines);
-
-void clean_getout(struct Configurable *config);
+void clean_getout(struct OperationConfig *config);
bool output_expected(const char *url, const char *uploadfile);
@@ -37,15 +35,5 @@ char *add_file_name_to_url(CURL *curl, char *url, const char *filename);
CURLcode get_url_file_name(char **filename, const char *url);
-CURLcode main_init(void);
-
-void main_free(void);
-
-#ifdef CURLDEBUG
-void memory_tracking_init(void);
-#else
-# define memory_tracking_init() Curl_nop_stmt
-#endif
-
#endif /* HEADER_CURL_TOOL_OPERHLP_H */