1krb5_get_credentials_renew 2========================== 3 4.. 5 6.. c:function:: krb5_error_code krb5_get_credentials_renew(krb5_context context, krb5_flags options, krb5_ccache ccache, krb5_creds * in_creds, krb5_creds ** out_creds) 7 8.. 9 10 11:param: 12 13 **context** 14 15 **options** 16 17 **ccache** 18 19 **in_creds** 20 21 **out_creds** 22 23 24.. 25 26 27 28.. 29 30 31DEPRECATED Replaced by krb5_get_renewed_creds. 32 33 34 35 36 37 38 39 40 41 42 43 44 45.. 46 47 48 49 50 51