diff options
Diffstat (limited to 'common/session-env.h')
-rw-r--r-- | common/session-env.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/session-env.h b/common/session-env.h index 8709e223c..c5ceccbd0 100644 --- a/common/session-env.h +++ b/common/session-env.h @@ -33,6 +33,7 @@ struct session_environment_s; typedef struct session_environment_s *session_env_t; +void session_env_mod_stdenvnames (const char *name); const char *session_env_list_stdenvnames (int *iterator, const char **r_assname); |