diff options
author | Daniel Stenberg <daniel@haxx.se> | 2021-01-19 10:43:44 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2021-01-19 10:43:44 +0100 |
commit | 42c7a3b3224dc3ddd7be4b5820d66a1d0bc0f026 (patch) | |
tree | 6cfcde8a71985a5a9fe0b1feeb21ea9bd0c2d687 /lib/curl_path.h | |
parent | f451206266be6ee6c843fb3a1b3d1d676a6d56b8 (diff) | |
download | curl-bagder/curl_path-data-conn.tar.gz |
curl_path: remove conn->data usebagder/curl_path-data-conn
Diffstat (limited to 'lib/curl_path.h')
-rw-r--r-- | lib/curl_path.h | 4 |
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); |