aboutsummaryrefslogtreecommitdiff
path: root/doc/html/_sources/appdev/refs/api/krb5_free_creds.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/_sources/appdev/refs/api/krb5_free_creds.txt')
-rw-r--r--doc/html/_sources/appdev/refs/api/krb5_free_creds.txt42
1 files changed, 42 insertions, 0 deletions
diff --git a/doc/html/_sources/appdev/refs/api/krb5_free_creds.txt b/doc/html/_sources/appdev/refs/api/krb5_free_creds.txt
new file mode 100644
index 000000000000..c78ecdfcb83b
--- /dev/null
+++ b/doc/html/_sources/appdev/refs/api/krb5_free_creds.txt
@@ -0,0 +1,42 @@
+krb5_free_creds - Free a krb5_creds structure.
+================================================
+
+..
+
+.. c:function:: void krb5_free_creds(krb5_context context, krb5_creds * val)
+
+..
+
+
+:param:
+
+ **[in]** **context** - Library context
+
+ **[in]** **val** - Credential structure to be freed.
+
+
+..
+
+
+
+..
+
+
+
+
+
+
+
+This function frees the contents of *val* and the structure itself.
+
+
+
+
+
+
+..
+
+
+
+
+