From: Sam Hartman Date: Sun, 28 Jul 1996 00:06:18 +0000 (+0000) Subject: Commit prototyping of krb5_setenv; not sure why this failed yesterday. X-Git-Tag: krb5-1.0-beta7~229 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=f0df012b48c3e201a2ed5707e61c806b4f49c389;p=krb5.git Commit prototyping of krb5_setenv; not sure why this failed yesterday. CVS: ---------------------------------------------------------------------- automatically CVS: CVS: Committing in include CVS: CVS: Modified Files: CVS: ChangeLog k5-int.h CVS: ---------------------------------------------------------------------- git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@8853 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/include/ChangeLog b/src/include/ChangeLog index 8fa97791e..f51483c9b 100644 --- a/src/include/ChangeLog +++ b/src/include/ChangeLog @@ -1,3 +1,7 @@ +Wed Jul 24 00:38:40 1996 Sam Hartman + + * k5-int.h: Prototype krb5_setenv and krb5_unsetenv + Sun Jul 7 12:27:39 1996 Ezra Peisach * krb5.hin: Add prototypes for krb5_get_credentials_renew() and diff --git a/src/include/k5-int.h b/src/include/k5-int.h index bcc6c5ac0..4b3e5a6df 100644 --- a/src/include/k5-int.h +++ b/src/include/k5-int.h @@ -1391,4 +1391,7 @@ krb5_error_code krb5_ser_unpack_bytes KRB5_PROTOTYPE((krb5_octet *, int krb5_seteuid KRB5_PROTOTYPE((int)); +int krb5_setenv KRB5_PROTOTYPE((const char *, const char *, int)); + +void krb5_unsetenv KRB5_PROTOTYPE((const char *)); #endif /* _KRB5_INT_H */