From b008274afdbe375b32a7e66dbd073e200f6f0587 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Fri, 4 Feb 2011 12:57:53 +0100 Subject: Nuked almost all trailing white space. We better do this once and for all instead of cluttering all future commits with diffs of trailing white spaces. In the majority of cases blank or single lines are affected and thus this change won't disturb a git blame too much. For future commits the pre-commit scripts checks that this won't happen again. --- common/session-env.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'common/session-env.h') 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); -- cgit v1.2.3