summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-rw-r--r--src/include/krb5/ccache.h23
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__ */