aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/support/env.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/lib/support/env.h')
-rw-r--r--src/core/lib/support/env.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/lib/support/env.h b/src/core/lib/support/env.h
index 18bc08ac62..392fcb6e4c 100644
--- a/src/core/lib/support/env.h
+++ b/src/core/lib/support/env.h
@@ -36,6 +36,8 @@ char *gpr_getenv(const char *name);
/* Sets the the environment with the specified name to the specified value. */
void gpr_setenv(const char *name, const char *value);
+char *gpr_getenv_silent(const char *name, char** dst);
+
#ifdef __cplusplus
}
#endif