summaryrefslogtreecommitdiff
path: root/lib/curl_path.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2021-01-19 10:43:44 +0100
committerDaniel Stenberg <daniel@haxx.se>2021-01-19 17:08:49 +0100
commite71542a9d9d043db454a49a35440332ec893cf04 (patch)
treeb3e9241c70384216211cdf5c9b62f00bd3b94a8e /lib/curl_path.h
parent219d9f8620d41134825db693500131db0305a325 (diff)
downloadcurl-e71542a9d9d043db454a49a35440332ec893cf04.tar.gz
curl_path: remove conn->data use
Closes #6487
Diffstat (limited to 'lib/curl_path.h')
-rw-r--r--lib/curl_path.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/curl_path.h b/lib/curl_path.h
index b601b48df..a376bd1d2 100644
--- a/lib/curl_path.h
+++ b/lib/curl_path.h
@@ -7,7 +7,7 @@
* | (__| |_| | _ <| |___
* \___|\___/|_| \_\_____|
*
- * Copyright (C) 1998 - 2020, Daniel Stenberg, <daniel@haxx.se>, et al.
+ * Copyright (C) 1998 - 2021, 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
@@ -39,7 +39,7 @@
have their definition hidden well */
#endif
-CURLcode Curl_getworkingpath(struct connectdata *conn,
+CURLcode Curl_getworkingpath(struct Curl_easy *data,
char *homedir,
char **path);