summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd_proto.h
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2010-05-11 21:31:18 +1000
committerAndrew Bartlett <abartlet@samba.org>2010-05-13 10:12:27 +1000
commitf5c0f90da5f5372ca6b7a72daa8d073a2444a068 (patch)
tree43a6e6f90cb7a23b0938130529665587e5f57907 /source3/winbindd/winbindd_proto.h
parent7f70b53dd65941ad7c2153947e3c6ea13b28b281 (diff)
downloadsamba-f5c0f90da5f5372ca6b7a72daa8d073a2444a068.tar.gz
samba-f5c0f90da5f5372ca6b7a72daa8d073a2444a068.tar.bz2
samba-f5c0f90da5f5372ca6b7a72daa8d073a2444a068.zip
s3:winbindd Split helper functions to allow s3compat to call them
This provides a more useful entry point for s3compat. Andrew Bartlett
Diffstat (limited to 'source3/winbindd/winbindd_proto.h')
-rw-r--r--source3/winbindd/winbindd_proto.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/winbindd/winbindd_proto.h b/source3/winbindd/winbindd_proto.h
index a449f42452..123fefc5fc 100644
--- a/source3/winbindd/winbindd_proto.h
+++ b/source3/winbindd/winbindd_proto.h
@@ -44,6 +44,7 @@ void debug_unix_user_token(int dbg_class, int dbg_lev, uid_t uid, gid_t gid,
struct event_context *winbind_event_context(void);
/* The following definitions come from winbindd/winbindd.c */
+void winbindd_accepted_new_connection(int accepted_sock, bool privileged);
struct messaging_context *winbind_messaging_context(void);
void request_error(struct winbindd_cli_state *state);
void request_ok(struct winbindd_cli_state *state);