aboutsummaryrefslogtreecommitdiff
path: root/doc/html/_sources/appdev/refs/api/krb5_clear_error_message.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/_sources/appdev/refs/api/krb5_clear_error_message.txt')
-rw-r--r--doc/html/_sources/appdev/refs/api/krb5_clear_error_message.txt40
1 files changed, 40 insertions, 0 deletions
diff --git a/doc/html/_sources/appdev/refs/api/krb5_clear_error_message.txt b/doc/html/_sources/appdev/refs/api/krb5_clear_error_message.txt
new file mode 100644
index 000000000000..c988ca3ab07b
--- /dev/null
+++ b/doc/html/_sources/appdev/refs/api/krb5_clear_error_message.txt
@@ -0,0 +1,40 @@
+krb5_clear_error_message - Clear the extended error message in a context.
+===========================================================================
+
+..
+
+.. c:function:: void krb5_clear_error_message(krb5_context ctx)
+
+..
+
+
+:param:
+
+ **[in]** **ctx** - Library context
+
+
+..
+
+
+
+..
+
+
+
+
+
+
+
+This function unsets the extended error message in a context, to ensure that it is not mistakenly applied to another occurrence of the same error code.
+
+
+
+
+
+
+..
+
+
+
+
+