aboutsummaryrefslogtreecommitdiff
path: root/doc/html/_sources/appdev/refs/api/krb5_free_tgt_creds.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/_sources/appdev/refs/api/krb5_free_tgt_creds.txt')
-rw-r--r--doc/html/_sources/appdev/refs/api/krb5_free_tgt_creds.txt50
1 files changed, 50 insertions, 0 deletions
diff --git a/doc/html/_sources/appdev/refs/api/krb5_free_tgt_creds.txt b/doc/html/_sources/appdev/refs/api/krb5_free_tgt_creds.txt
new file mode 100644
index 000000000000..f885fc0c9a8d
--- /dev/null
+++ b/doc/html/_sources/appdev/refs/api/krb5_free_tgt_creds.txt
@@ -0,0 +1,50 @@
+krb5_free_tgt_creds - Free an array of credential structures.
+===============================================================
+
+..
+
+.. c:function:: void krb5_free_tgt_creds(krb5_context context, krb5_creds ** tgts)
+
+..
+
+
+:param:
+
+ **[in]** **context** - Library context
+
+ **[in]** **tgts** - Null-terminated array of credentials to free
+
+
+..
+
+
+
+..
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+..
+
+
+
+
+
+
+.. note::
+
+ The last entry in the array *tgts* must be a NULL pointer.
+
+
+
+