From: John Kohl Date: Fri, 1 Dec 1989 14:03:47 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: krb5-1.0-alpha2~1335 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=830165e02eb3fb6cc46a7b58140d42ba35778b0c;p=krb5.git *** empty log message *** git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@38 dc483132-0cff-0310-8789-dd5450dbe970 --- 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 + * . + * + * Ticket cache definitions. + */ + +#include + +#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__ */