heimdal: Add parameter to windc_plugin to allow extended return codes.
[tprouty/samba.git] / source4 / heimdal / kdc / windc_plugin.h
index ec480cf950c667414e0e392da0e5607a530c2b59..3ae0c94681e785cd28cdf9eaf3d2db456c361de4 100644 (file)
@@ -64,7 +64,7 @@ typedef krb5_error_code
 
 typedef krb5_error_code 
 (*krb5plugin_windc_client_access)(
-    void *, krb5_context, struct hdb_entry_ex *, KDC_REQ *);
+    void *, krb5_context, struct hdb_entry_ex *, KDC_REQ *, krb5_data *);
 
 
 #define KRB5_WINDC_PLUGING_MINOR               2