From cbda0369a831ed279cec7ff231ad7399af74db39 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Thu, 10 Jun 2010 11:55:27 -0400 Subject: s3:winbindd use common server context functions --- source3/winbindd/winbindd_proto.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'source3/winbindd/winbindd_proto.h') diff --git a/source3/winbindd/winbindd_proto.h b/source3/winbindd/winbindd_proto.h index 49e66f22c8..caa1cac0ef 100644 --- a/source3/winbindd/winbindd_proto.h +++ b/source3/winbindd/winbindd_proto.h @@ -40,9 +40,6 @@ void debug_nt_user_token(int dbg_class, int dbg_lev, NT_USER_TOKEN *token); void debug_unix_user_token(int dbg_class, int dbg_lev, uid_t uid, gid_t gid, int n_groups, gid_t *groups); -/* The following definitions come from winbindd/winbindd_event.c */ -struct event_context *winbind_event_context(void); - /* The following definitions come from winbindd/winbindd.c */ struct messaging_context *winbind_messaging_context(void); void request_error(struct winbindd_cli_state *state); -- cgit