-

krb5_string_to_timestamp - Convert a string to a timestamp.

+

krb5_string_to_timestamp - Convert a string to a timestamp.

-krb5_error_code krb5_string_to_timestamp(char *string, krb5_timestamp *timestampp)
+krb5_error_code krb5_string_to_timestamp(char *string, krb5_timestamp *timestampp)
-
param
+
param:

[in] string - String to be converted

[out] timestampp - Pointer to timestamp

-
retval
+
retval:
  • 0 Success; otherwise - EINVAL

@@ -133,8 +131,8 @@