diff options
Diffstat (limited to 'sesman/env.c')
-rw-r--r-- | sesman/env.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sesman/env.c b/sesman/env.c index 2a07b873..eabc92c4 100644 --- a/sesman/env.c +++ b/sesman/env.c @@ -38,7 +38,7 @@ extern unsigned char g_fixedkey[8]; /* in sesman.c */ extern struct config_sesman *g_cfg; /* in sesman.c */ /******************************************************************************/ -int DEFAULT_CC +int env_check_password_file(const char *filename, const char *passwd) { char encryptedPasswd[16]; @@ -87,7 +87,7 @@ env_check_password_file(const char *filename, const char *passwd) /******************************************************************************/ /* its the responsibility of the caller to free passwd_file */ -int DEFAULT_CC +int env_set_user(const char *username, char **passwd_file, int display, const struct list *env_names, const struct list *env_values) { |