aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/security/credentials_win32.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/security/credentials_win32.c')
-rw-r--r--src/core/security/credentials_win32.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/security/credentials_win32.c b/src/core/security/credentials_win32.c
index 92dfd9bdfe..8ee9f706a1 100644
--- a/src/core/security/credentials_win32.c
+++ b/src/core/security/credentials_win32.c
@@ -44,7 +44,7 @@
#include "src/core/support/env.h"
#include "src/core/support/string.h"
-char *grpc_get_well_known_google_credentials_file_path(void) {
+char *grpc_get_well_known_google_credentials_file_path_impl(void) {
char *result = NULL;
char *appdata_path = gpr_getenv("APPDATA");
if (appdata_path == NULL) {