summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd_proto.h
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2010-05-11 21:37:30 +1000
committerAndrew Bartlett <abartlet@samba.org>2010-05-13 10:12:27 +1000
commit72e65a05213e857b4aaef9951df318c10e9774ae (patch)
tree020b83617dd53ce039450b8e4243045cdd42455b /source3/winbindd/winbindd_proto.h
parentf5c0f90da5f5372ca6b7a72daa8d073a2444a068 (diff)
downloadsamba-72e65a05213e857b4aaef9951df318c10e9774ae.tar.gz
samba-72e65a05213e857b4aaef9951df318c10e9774ae.tar.bz2
samba-72e65a05213e857b4aaef9951df318c10e9774ae.zip
s3:winbindd Provide a winbindd_register_handlers() helper function for s3compat
This function provides a useful entry point for s3compat to set things up in winbindd. 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 123fefc5fc..41e96b87b7 100644
--- a/source3/winbindd/winbindd_proto.h
+++ b/source3/winbindd/winbindd_proto.h
@@ -52,6 +52,7 @@ bool winbindd_setup_sig_term_handler(bool parent);
bool winbindd_setup_sig_hup_handler(const char *lfile);
bool winbindd_use_idmap_cache(void);
bool winbindd_use_cache(void);
+void winbindd_register_handlers(void);
int main(int argc, char **argv, char **envp);
/* The following definitions come from winbindd/winbindd_ads.c */