1.. highlight:: c 2 3.. _krb5-responder-fn-struct: 4 5krb5_responder_fn 6================= 7 8.. 9.. c:type:: krb5_responder_fn 10.. 11 12Responder function for an initial credential exchange. 13 14If a required question is unanswered, the prompter may be called. 15 16Declaration 17------------ 18 19typedef krb5_error_code( \* krb5_responder_fn) (krb5_context ctx, void \*data, krb5_responder_context rctx) 20 21 22