From 84c908d98372b5f3c6037ed7e1a524f0ff1e706f Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Wed, 2 Nov 2005 02:22:35 +0000 Subject: [PATCH] r11462: Fix the build: somehow I lost the header for this samba-specific hack. Andrew Bartlett (This used to be commit 0a4194118974bdde4e10fd32578a5beeb6e768ce) --- source4/heimdal/lib/gssapi/gssapi_locl.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source4/heimdal/lib/gssapi/gssapi_locl.h b/source4/heimdal/lib/gssapi/gssapi_locl.h index aa663e87a6a..ae291d15a9a 100644 --- a/source4/heimdal/lib/gssapi/gssapi_locl.h +++ b/source4/heimdal/lib/gssapi/gssapi_locl.h @@ -110,6 +110,8 @@ struct gssapi_thr_context { krb5_error_code gssapi_krb5_init (void); +krb5_error_code gssapi_krb5_init_ev (void *); + #define GSSAPI_KRB5_INIT() do { \ krb5_error_code kret_gss_init; \ if((kret_gss_init = gssapi_krb5_init ()) != 0) { \ -- 2.34.1