From aa7b1e21a8ea7c13aad46ce4510725e3005f4432 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Wed, 23 May 2012 13:21:57 +0200 Subject: s3:smbd/proto.h: remove unused resolve_dfspath() prototype metze --- source3/smbd/proto.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'source3') diff --git a/source3/smbd/proto.h b/source3/smbd/proto.h index 3005e6ac85..4dc63cc7fb 100644 --- a/source3/smbd/proto.h +++ b/source3/smbd/proto.h @@ -472,11 +472,6 @@ bool create_junction(TALLOC_CTX *ctx, bool create_msdfs_link(const struct junction_map *jucn); bool remove_msdfs_link(const struct junction_map *jucn); struct junction_map *enum_msdfs_links(TALLOC_CTX *ctx, size_t *p_num_jn); -NTSTATUS resolve_dfspath(TALLOC_CTX *ctx, - connection_struct *conn, - bool dfs_pathnames, - const char *name_in, - char **pp_name_out); NTSTATUS resolve_dfspath_wcard(TALLOC_CTX *ctx, connection_struct *conn, bool dfs_pathnames, -- cgit