diff options
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/ChangeLog | 4 | ||||
| -rw-r--r-- | src/include/k5-int.h | 3 |
2 files changed, 7 insertions, 0 deletions
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 <hartmans@tertius.mit.edu> + + * k5-int.h: Prototype krb5_setenv and krb5_unsetenv + Sun Jul 7 12:27:39 1996 Ezra Peisach <epeisach@kangaroo.mit.edu> * 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 */ |
