summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd_proto.h
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2010-05-11 20:24:42 +1000
committerAndrew Bartlett <abartlet@samba.org>2010-05-13 10:12:26 +1000
commit7f70b53dd65941ad7c2153947e3c6ea13b28b281 (patch)
tree4f1db8a77841c7f7d12b8c701c6f924673ef1000 /source3/winbindd/winbindd_proto.h
parentcdf07042728efc2d2bfeb56d1a8cdecc516a2411 (diff)
downloadsamba-7f70b53dd65941ad7c2153947e3c6ea13b28b281.tar.gz
samba-7f70b53dd65941ad7c2153947e3c6ea13b28b281.tar.bz2
samba-7f70b53dd65941ad7c2153947e3c6ea13b28b281.zip
s3:Winbindd Move winbindd_event_context to a different file
This allows this function to be easily replaced in s3compat Andrew Bartlett
Diffstat (limited to 'source3/winbindd/winbindd_proto.h')
-rw-r--r--source3/winbindd/winbindd_proto.h5
1 files changed, 3 insertions, 2 deletions
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);