summaryrefslogtreecommitdiff
path: root/doc/html/_sources/appdev/refs/api/krb5_cc_last_change_time.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/_sources/appdev/refs/api/krb5_cc_last_change_time.txt')
-rw-r--r--doc/html/_sources/appdev/refs/api/krb5_cc_last_change_time.txt44
1 files changed, 44 insertions, 0 deletions
diff --git a/doc/html/_sources/appdev/refs/api/krb5_cc_last_change_time.txt b/doc/html/_sources/appdev/refs/api/krb5_cc_last_change_time.txt
new file mode 100644
index 000000000000..c3c5701b2ead
--- /dev/null
+++ b/doc/html/_sources/appdev/refs/api/krb5_cc_last_change_time.txt
@@ -0,0 +1,44 @@
+krb5_cc_last_change_time - Return a timestamp of the last modification to a credential cache.
+===============================================================================================
+
+..
+
+.. c:function:: krb5_error_code krb5_cc_last_change_time(krb5_context context, krb5_ccache ccache, krb5_timestamp * change_time)
+
+..
+
+
+:param:
+
+ **[in]** **context** - Library context
+
+ **[in]** **ccache** - Credential cache handle
+
+ **[out]** **change_time** - The last change time of *ccache*
+
+
+..
+
+
+
+..
+
+
+
+
+
+
+
+If an error occurs, *change_time* is set to 0.
+
+
+
+
+
+
+..
+
+
+
+
+