diff options
author | Volker Lendecke <vl@samba.org> | 2010-04-11 22:37:08 +0200 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2010-04-11 22:59:46 +0200 |
commit | 80708b75f815d455c7cc00fc4cccfb6af91e9d85 (patch) | |
tree | aea35db4030c6e34111fa9b3efe9c93fdee50b74 /source3/include | |
parent | 5792ccc7c85276edd86050b18b755e05cda7e1f1 (diff) | |
download | samba-80708b75f815d455c7cc00fc4cccfb6af91e9d85.tar.gz samba-80708b75f815d455c7cc00fc4cccfb6af91e9d85.tar.bz2 samba-80708b75f815d455c7cc00fc4cccfb6af91e9d85.zip |
s3: Move make_server_info to auth/server_info.c
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index 1efa3cf27e..f6061602a0 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -158,6 +158,10 @@ bool is_trusted_domain(const char* dom_name); NTSTATUS auth_winbind_init(void); +/* The following definitions come from auth/server_info.c */ + +struct auth_serversupplied_info *make_server_info(TALLOC_CTX *mem_ctx); + /* The following definitions come from auth/auth_wbc.c */ NTSTATUS auth_wbc_init(void); |