From 7f70b53dd65941ad7c2153947e3c6ea13b28b281 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Tue, 11 May 2010 20:24:42 +1000 Subject: s3:Winbindd Move winbindd_event_context to a different file This allows this function to be easily replaced in s3compat Andrew Bartlett --- source3/winbindd/winbindd_proto.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'source3/winbindd/winbindd_proto.h') diff --git a/source3/winbindd/winbindd_proto.h b/source3/winbindd/winbindd_proto.h index fa1d5f2c99..a449f42452 100644 --- a/source3/winbindd/winbindd_proto.h +++ b/source3/winbindd/winbindd_proto.h @@ -40,9 +40,10 @@ 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.c */ - +/* 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); void request_ok(struct winbindd_cli_state *state); -- cgit