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