Commit prototyping of krb5_setenv; not sure why this failed yesterday.
authorSam Hartman <hartmans@mit.edu>
Sun, 28 Jul 1996 00:06:18 +0000 (00:06 +0000)
committerSam Hartman <hartmans@mit.edu>
Sun, 28 Jul 1996 00:06:18 +0000 (00:06 +0000)
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

src/include/ChangeLog
src/include/k5-int.h

index 8fa97791e69826aa3067b50c9c11b9afa66c9172..f51483c9bd329973c55e294a2a784190e4ec582c 100644 (file)
@@ -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
index bcc6c5ac008193d02465a1149cd81a2d29219e6d..4b3e5a6dfc980bf7eb5528f3f558875d4a0f1cfb 100644 (file)
@@ -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 */