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__string__f.html | 41 +++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 doc/ccapi/html/structcc__string__f.html (limited to 'doc/ccapi/html/structcc__string__f.html') diff --git a/doc/ccapi/html/structcc__string__f.html b/doc/ccapi/html/structcc__string__f.html new file mode 100644 index 000000000..eae7f3166 --- /dev/null +++ b/doc/ccapi/html/structcc__string__f.html @@ -0,0 +1,41 @@ + + +Credentials Cache API: cc_string_f Struct Reference + + + + +

cc_string_f Struct Reference


Detailed Description

+Function pointer table for cc_string_t. For more information see cc_string_t Overview.

Data Fields

+ +

Field Documentation

+ +
+
+ + + + +
cc_int32(* release)(cc_string_t io_string)
+
+
+ +

+cc_string_release(): Release memory associated with a cc_string_t object. +

+

Parameters:
+ + +
io_string the string object to release.
+
+
Returns:
On success, ccNoError. On failure, an error code representing the failure.
+ +
+

+


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