summaryrefslogtreecommitdiff
path: root/source3/smbd/proto.h
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2012-05-23 13:06:55 +0200
committerStefan Metzmacher <metze@samba.org>2012-05-24 14:12:32 +0200
commita92f7176bd7f198a547952142b7d361a9b4e9146 (patch)
tree7252d83613ae3a87c9ca4461714ea7440aa97660 /source3/smbd/proto.h
parent0733183594dbd3ce07ddaf9e1fcf8102b80fc605 (diff)
downloadsamba-a92f7176bd7f198a547952142b7d361a9b4e9146.tar.gz
samba-a92f7176bd7f198a547952142b7d361a9b4e9146.tar.bz2
samba-a92f7176bd7f198a547952142b7d361a9b4e9146.zip
s3:smbd/msdfs: let create_conn_struct() also fake the 'smbd_server_connection'
metze
Diffstat (limited to 'source3/smbd/proto.h')
-rw-r--r--source3/smbd/proto.h13
1 files changed, 7 insertions, 6 deletions
diff --git a/source3/smbd/proto.h b/source3/smbd/proto.h
index 4dc63cc7fb..f8a8281806 100644
--- a/source3/smbd/proto.h
+++ b/source3/smbd/proto.h
@@ -480,12 +480,13 @@ NTSTATUS resolve_dfspath_wcard(TALLOC_CTX *ctx,
char **pp_name_out,
bool *ppath_contains_wcard);
NTSTATUS create_conn_struct(TALLOC_CTX *ctx,
- struct smbd_server_connection *sconn,
- connection_struct **pconn,
- int snum,
- const char *path,
- const struct auth_session_info *session_info,
- char **poldcwd);
+ struct tevent_context *ev,
+ struct messaging_context *msg,
+ connection_struct **pconn,
+ int snum,
+ const char *path,
+ const struct auth_session_info *session_info,
+ char **poldcwd);
/* The following definitions come from smbd/negprot.c */