diff options
| author | John Kohl <jtkohl@mit.edu> | 1989-12-01 14:03:47 +0000 |
|---|---|---|
| committer | John Kohl <jtkohl@mit.edu> | 1989-12-01 14:03:47 +0000 |
| commit | 830165e02eb3fb6cc46a7b58140d42ba35778b0c (patch) | |
| tree | 8b55db0321f80d50511c3cb466a84e5055c5924b /src/include/krb5 | |
| parent | 88acb3336435de8dd4a33e11b7b3cda89d492831 (diff) | |
| download | krb5-830165e02eb3fb6cc46a7b58140d42ba35778b0c.tar.gz krb5-830165e02eb3fb6cc46a7b58140d42ba35778b0c.tar.xz krb5-830165e02eb3fb6cc46a7b58140d42ba35778b0c.zip | |
*** empty log message ***
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@38 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/include/krb5')
| -rw-r--r-- | src/include/krb5/ccache.h | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/src/include/krb5/ccache.h b/src/include/krb5/ccache.h new file mode 100644 index 000000000..ebfc02d0d --- /dev/null +++ b/src/include/krb5/ccache.h @@ -0,0 +1,23 @@ +/* + * $Source$ + * $Author$ + * $Id$ + * + * Copyright 1989 by the Massachusetts Institute of Technology. + * + * For copying and distribution information, please see the file + * <krb5/mit-copyright.h>. + * + * Ticket cache definitions. + */ + +#include <krb5/copyright.h> + +#ifndef __KRB5_TCACHE__ +#define __KRB5_TCACHE__ + +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 */ +#endif /* __KRB5_TCACHE__ */ |
