diff options
Diffstat (limited to 'proxy/src/gp_common.h')
-rw-r--r-- | proxy/src/gp_common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/proxy/src/gp_common.h b/proxy/src/gp_common.h index 9e4ae81..b5c525f 100644 --- a/proxy/src/gp_common.h +++ b/proxy/src/gp_common.h @@ -67,6 +67,7 @@ bool gp_same(const char *a, const char *b); bool gp_boolean_is_true(const char *s); +char *gp_getenv(const char *name); #include "rpcgen/gss_proxy.h" |