So it can be called by a future new VFS call.
Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
server we're referring to understands posix paths.
**********************************************************************/
-static bool parse_msdfs_symlink(TALLOC_CTX *ctx,
- bool shuffle_referrals,
- const char *target,
- struct referral **preflist,
- size_t *refcount)
+bool parse_msdfs_symlink(TALLOC_CTX *ctx,
+ bool shuffle_referrals,
+ const char *target,
+ struct referral **preflist,
+ size_t *refcount)
{
char *temp = NULL;
char *prot;
/* The following definitions come from smbd/msdfs.c */
+bool parse_msdfs_symlink(TALLOC_CTX *ctx,
+ bool shuffle_referrals,
+ const char *target,
+ struct referral **preflist,
+ size_t *refcount);
bool is_msdfs_link(connection_struct *conn,
struct smb_filename *smb_fname);
struct junction_map;