summaryrefslogtreecommitdiffstats
path: root/common/session-env.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/session-env.h')
-rw-r--r--common/session-env.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/common/session-env.h b/common/session-env.h
index 031fe1d7c..79245ba4e 100644
--- a/common/session-env.h
+++ b/common/session-env.h
@@ -23,20 +23,20 @@
struct session_environment_s;
typedef struct session_environment_s *session_env_t;
-const char *session_env_list_stdenvnames (int *iterator,
+const char *session_env_list_stdenvnames (int *iterator,
const char **r_assname);
session_env_t session_env_new (void);
void session_env_release (session_env_t se);
gpg_error_t session_env_putenv (session_env_t se, const char *string);
-gpg_error_t session_env_setenv (session_env_t se,
+gpg_error_t session_env_setenv (session_env_t se,
const char *name, const char *value);
char *session_env_getenv (session_env_t se, const char *name);
char *session_env_getenv_or_default (session_env_t se, const char *name,
int *r_default);
-char *session_env_listenv (session_env_t se, int *iterator,
+char *session_env_listenv (session_env_t se, int *iterator,
const char **r_value, int *r_default);