summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorSam Hartman <hartmans@mit.edu>1996-07-28 00:06:18 +0000
committerSam Hartman <hartmans@mit.edu>1996-07-28 00:06:18 +0000
commitf0df012b48c3e201a2ed5707e61c806b4f49c389 (patch)
treeb79d1ec40f5c108c783e6c2a503c5b735ecc83e9 /src
parent32a52290e7b1dfd487ff1dc4a7f2a6241af04b46 (diff)
downloadkrb5-f0df012b48c3e201a2ed5707e61c806b4f49c389.tar.gz
krb5-f0df012b48c3e201a2ed5707e61c806b4f49c389.tar.xz
krb5-f0df012b48c3e201a2ed5707e61c806b4f49c389.zip
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
Diffstat (limited to 'src')
-rw-r--r--src/include/ChangeLog4
-rw-r--r--src/include/k5-int.h3
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 */