From 002cb3e65e91e87842a8b69d1c97c19423d1fb08 Mon Sep 17 00:00:00 2001 From: Alexandra Ellwood Date: Thu, 23 Aug 2007 16:53:53 +0000 Subject: Add documentation for CCAPI Added Doxygen-based documentation to CredentialsCache.h and checked in a copy of the html output of that documentation. ticket: new git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@19849 dc483132-0cff-0310-8789-dd5450dbe970 --- doc/ccapi/html/structcc__credentials__union.html | 86 ++++++++++++++++++++++++ 1 file changed, 86 insertions(+) create mode 100644 doc/ccapi/html/structcc__credentials__union.html (limited to 'doc/ccapi/html/structcc__credentials__union.html') diff --git a/doc/ccapi/html/structcc__credentials__union.html b/doc/ccapi/html/structcc__credentials__union.html new file mode 100644 index 0000000000..e2b249b668 --- /dev/null +++ b/doc/ccapi/html/structcc__credentials__union.html @@ -0,0 +1,86 @@ + + +Credentials Cache API: cc_credentials_union Struct Reference + + + + +

cc_credentials_union Struct Reference
+ +[cc_credentials_t Overview] +

Data Fields

+ +

Field Documentation

+ +
+
+ + + + +
cc_uint32 version
+
+
+ +

+The credentials version of this credentials object. +

+

+ +

+ +
+ +

+If version is cc_credentials_v4, a pointer to a cc_credentials_v4_t. +

+

+ +

+ +
+ +

+If version is cc_credentials_v5, a pointer to a cc_credentials_v5_t. +

+

+ +

+
+ + + + +
union { ... } credentials
+
+
+ +

+The credentials. +

+

+


Generated on Thu Aug 23 12:45:25 2007 for Credentials Cache API by  + +doxygen 1.5.3
+ + -- cgit