mirror of
https://github.com/curl/curl.git
synced 2026-07-15 20:17:20 +03:00
parent
9570fa7908
commit
c36416eb29
1 changed files with 1 additions and 6 deletions
|
|
@ -26,7 +26,7 @@
|
|||
|
||||
#include <curl/curl.h>
|
||||
|
||||
static char *GetEnv(const char *variable)
|
||||
char *curl_getenv(const char *variable)
|
||||
{
|
||||
#if defined(CURL_WINDOWS_UWP) || \
|
||||
defined(__ORBIS__) || defined(__PROSPERO__) /* PlayStation 4 and 5 */
|
||||
|
|
@ -70,8 +70,3 @@ static char *GetEnv(const char *variable)
|
|||
return (env && env[0]) ? curlx_strdup(env) : NULL;
|
||||
#endif
|
||||
}
|
||||
|
||||
char *curl_getenv(const char *v)
|
||||
{
|
||||
return GetEnv(v);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue