* k5-thread.h (k5_key_t): Add a couple new values for GSSAPI ccache name manipulation
authorKen Raeburn <raeburn@mit.edu>
Wed, 14 Jul 2004 01:31:28 +0000 (01:31 +0000)
committerKen Raeburn <raeburn@mit.edu>
Wed, 14 Jul 2004 01:31:28 +0000 (01:31 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@16588 dc483132-0cff-0310-8789-dd5450dbe970

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

index 9110348df74cb752e769881db6909b85447f7a0e..22915dd2b183b8b90b5bff70e406475a49beeb33 100644 (file)
@@ -3,6 +3,8 @@
        * k5-thread.h (k5_os_mutex_init, k5_os_mutex_destroy): If
        USE_PTHREAD_LOCK_ONLY_IF_LOADED is defined, use pthread_mutex_init
        and _destroy only if pthread support is loaded.
+       (k5_key_t): Add a couple new values for GSSAPI ccache name
+       manipulation.
 
 2004-07-11  Ken Raeburn  <raeburn@mit.edu>
 
index 7256a3c776a3ae3acb3b24713d41bb11a167c76a..74e3843666989ba796f6cb7eca190b515f964092 100644 (file)
@@ -581,6 +581,8 @@ static inline int k5_mutex_unlock_1(k5_mutex_t *m, k5_debug_loc l)
    routine free() is a valid callback.  */
 typedef enum {
     K5_KEY_COM_ERR,
+    K5_KEY_GSS_KRB5_SET_CCACHE_OLD_NAME,
+    K5_KEY_GSS_KRB5_CCACHE_NAME,
     K5_KEY_MAX
 } k5_key_t;
 /* rename shorthand symbols for export */