summaryrefslogtreecommitdiff
path: root/source3/smbd/proto.h
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2018-05-25 08:49:29 +0200
committerStefan Metzmacher <metze@samba.org>2018-06-14 20:52:23 +0200
commitd156483d6440a21dfe52b97006f58bf771be5733 (patch)
tree7dc151c2ddfa73f0f428b273043c753ad17271b4 /source3/smbd/proto.h
parentb5302c6bc4a7bec0773dee2695b72a65c720b0c4 (diff)
downloadsamba-d156483d6440a21dfe52b97006f58bf771be5733.tar.gz
smbd: remove unused create_conn_struct() function
Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'source3/smbd/proto.h')
-rw-r--r--source3/smbd/proto.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/source3/smbd/proto.h b/source3/smbd/proto.h
index 68dd566efd1..e4d0cf44e9b 100644
--- a/source3/smbd/proto.h
+++ b/source3/smbd/proto.h
@@ -499,13 +499,6 @@ NTSTATUS resolve_dfspath_wcard(TALLOC_CTX *ctx,
bool allow_broken_path,
char **pp_name_out,
bool *ppath_contains_wcard);
-NTSTATUS create_conn_struct(TALLOC_CTX *ctx,
- struct tevent_context *ev,
- struct messaging_context *msg,
- connection_struct **pconn,
- int snum,
- const char *path,
- const struct auth_session_info *session_info);
struct connection_struct;
struct smb_filename;
struct conn_struct_tos {