From 49403ee82f5b4a40f4feacd441b2e27f23e6c156 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sun, 27 Jul 2008 17:56:48 +0200 Subject: Make create_conn_struct() public (This used to be commit e115e2582256c34e6905afc8c2929efd6ea61088) --- source3/include/proto.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'source3/include') diff --git a/source3/include/proto.h b/source3/include/proto.h index d1d2c90905..bf3adb556b 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -9829,6 +9829,11 @@ NTSTATUS resolve_dfspath_wcard(TALLOC_CTX *ctx, const char *name_in, char **pp_name_out, bool *ppath_contains_wcard); +NTSTATUS create_conn_struct(TALLOC_CTX *ctx, + connection_struct **pconn, + int snum, + const char *path, + char **poldcwd); /* The following definitions come from smbd/negprot.c */ -- cgit