diff options
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/krb5/ccache.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/include/krb5/ccache.h b/src/include/krb5/ccache.h index ebfc02d0d..a1074502f 100644 --- a/src/include/krb5/ccache.h +++ b/src/include/krb5/ccache.h @@ -20,4 +20,8 @@ typedef char * krb5_tcache_name; /* a name of a ticket cache */ typedef int krb5_tcache_id; /* a short "identifier" for quick cache access */ typedef int krb5_tcache_magic; /* cookie for sequential lookup */ + +#define KRB5_TC_READ 0 /* open cache for read only */ +#define KRB5_TC_RDWR 1 /* open cache for read/write */ + #endif /* __KRB5_TCACHE__ */ |
