summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd_proto.h
diff options
context:
space:
mode:
authorSimo Sorce <idra@samba.org>2010-06-10 11:55:27 -0400
committerSimo Sorce <idra@samba.org>2010-06-10 17:30:45 -0400
commitcbda0369a831ed279cec7ff231ad7399af74db39 (patch)
tree4bf54722b9011c8b6f4c20abe64ddfc40ff29e41 /source3/winbindd/winbindd_proto.h
parent5e576a53abbf2822c0a8fcc87f76140a755599e4 (diff)
downloadsamba-cbda0369a831ed279cec7ff231ad7399af74db39.tar.gz
samba-cbda0369a831ed279cec7ff231ad7399af74db39.tar.bz2
samba-cbda0369a831ed279cec7ff231ad7399af74db39.zip
s3:winbindd use common server context functions
Diffstat (limited to 'source3/winbindd/winbindd_proto.h')
-rw-r--r--source3/winbindd/winbindd_proto.h3
1 files changed, 0 insertions, 3 deletions
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);