r22969: fix some more places where we could end up with more than one event
[samba.git] / source4 / auth / kerberos / krb5_init_context.h
index 7aad97e2ca58c9885f4222eb4b6048ac3eeef24c..3c012aa2750ef4cf53663e137133d5c87fc92644 100644 (file)
@@ -23,7 +23,8 @@ struct smb_krb5_context {
        krb5_log_facility *logf;
 };
        
-krb5_error_code smb_krb5_init_context(void *parent_ctx, 
+struct event_context;
+krb5_error_code smb_krb5_init_context(void *parent_ctx, struct event_context *ev,
                                      struct smb_krb5_context **smb_krb5_context); 
 void smb_krb5_free_context(struct smb_krb5_context *smb_krb5_context);