diff options
| author | Miro Jurisic <meeroh@mit.edu> | 1999-03-11 21:17:41 +0000 |
|---|---|---|
| committer | Miro Jurisic <meeroh@mit.edu> | 1999-03-11 21:17:41 +0000 |
| commit | edb8f8d6c1fdbd65a6e451fad1f0b269be8ade0f (patch) | |
| tree | 3b25fc6526b77bd0611e75f94194a3c8abd4cf02 /src/mac/libraries/CCache API/include/CCache.h | |
| parent | b614addc1100e015807ab1dd60abfdeeba98e9e6 (diff) | |
| download | krb5-edb8f8d6c1fdbd65a6e451fad1f0b269be8ade0f.tar.gz krb5-edb8f8d6c1fdbd65a6e451fad1f0b269be8ade0f.tar.xz krb5-edb8f8d6c1fdbd65a6e451fad1f0b269be8ade0f.zip | |
Updated to 2.0b3
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11258 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/mac/libraries/CCache API/include/CCache.h')
| -rw-r--r-- | src/mac/libraries/CCache API/include/CCache.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mac/libraries/CCache API/include/CCache.h b/src/mac/libraries/CCache API/include/CCache.h index aaceb57067..9fce4f915a 100644 --- a/src/mac/libraries/CCache API/include/CCache.h +++ b/src/mac/libraries/CCache API/include/CCache.h @@ -77,7 +77,7 @@ enum StringToKey_Type { /* Credential version types */ -enum cc_cred_vers { +enum { CC_CRED_VUNKNOWN = 0, CC_CRED_V4 = 1, CC_CRED_V5 = 2, @@ -107,7 +107,7 @@ typedef cc_int32 cc_nc_flags; typedef cc_int32 cc_result; typedef cc_int32 cc_api_version; -typedef enum cc_cred_vers cc_cred_vers; +typedef cc_int32 cc_cred_vers; typedef cc_uint32 cc_flags; /* Credential structures */ @@ -171,7 +171,7 @@ typedef union cred_ptr_union_type { /* common credentials structure */ typedef struct cred_union_type { - enum cc_cred_vers cred_type; + cc_cred_vers cred_type; cred_ptr_union cred; } cred_union; @@ -179,7 +179,7 @@ typedef struct cred_union_type { typedef struct _infoNC { char* name; char* principal; - enum cc_cred_vers vers; + cc_cred_vers vers; } infoNC; /* Opaque API references */ |
