From 9436ed6857cba4ad6b019bbe601118168b9a140e Mon Sep 17 00:00:00 2001 From: Alexandra Ellwood Date: Wed, 3 Oct 2007 16:03:59 +0000 Subject: Add documentation for error codes used for flow control ticket: new git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@20084 dc483132-0cff-0310-8789-dd5450dbe970 --- doc/ccapi/html/structcc__string__f.html | 44 ++++++++++++++++++++------------- 1 file changed, 27 insertions(+), 17 deletions(-) (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 index 40fad79df..d5f738f49 100644 --- a/doc/ccapi/html/structcc__string__f.html +++ b/doc/ccapi/html/structcc__string__f.html @@ -1,26 +1,36 @@ - -Credentials Cache API: cc_string_f Struct Reference + +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

+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_int32(* release)(cc_string_t io_string)
- -
+
+ + + +
+   +

cc_string_release(): Release memory associated with a cc_string_t object. @@ -30,12 +40,12 @@ Function pointer table for cc_string_t. For more information see

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

-


Generated on Mon Sep 10 17:00:32 2007 for Credentials Cache API by  +
Returns:
On success, ccNoError. On failure, an error code representing the failure.
+ + + +
Generated on Tue Oct 2 17:16:06 2007 for Credentials Cache API by  -doxygen 1.5.3
+doxygen 1.4.6
-- cgit