*** empty log message ***
authorJohn Kohl <jtkohl@mit.edu>
Fri, 1 Dec 1989 14:03:47 +0000 (14:03 +0000)
committerJohn Kohl <jtkohl@mit.edu>
Fri, 1 Dec 1989 14:03:47 +0000 (14:03 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@38 dc483132-0cff-0310-8789-dd5450dbe970

src/include/krb5/ccache.h [new file with mode: 0644]

diff --git a/src/include/krb5/ccache.h b/src/include/krb5/ccache.h
new file mode 100644 (file)
index 0000000..ebfc02d
--- /dev/null
@@ -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__ */