git.samba.org
/
ira
/
wip.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
s3: add missing prototype for auth_wbc_init().
[ira/wip.git]
/
source3
/
include
/
proto.h
diff --git
a/source3/include/proto.h
b/source3/include/proto.h
index c8dce139161ee3fbed634c57d2c44fcffba1c098..d15e45a8748a538da703d4dd4ec079936c2d6b5e 100644
(file)
--- a/
source3/include/proto.h
+++ b/
source3/include/proto.h
@@
-150,6
+150,10
@@
bool is_trusted_domain(const char* dom_name);
NTSTATUS auth_winbind_init(void);
+/* The following definitions come from auth/auth_wbc.c */
+
+NTSTATUS auth_wbc_init(void);
+
/* The following definitions come from auth/pampass.c */
bool smb_pam_claim_session(char *user, char *tty, char *rhost);