-

krb5_set_kdc_send_hook - Set a KDC pre-send hook function.

+

krb5_set_kdc_send_hook - Set a KDC pre-send hook function.

-void krb5_set_kdc_send_hook(krb5_context context, krb5_pre_send_fn send_hook, void *data)
+void krb5_set_kdc_send_hook(krb5_context context, krb5_pre_send_fn send_hook, void *data)
-
param
+
param:

[in] context - Library context

[in] send_hook - Hook function (or NULL to disable the hook)

[in] data - Callback data to be passed to send_hook

@@ -134,8 +132,8 @@