s3:smbd/proto.h: remove unused resolve_dfspath() prototype
authorStefan Metzmacher <metze@samba.org>
Wed, 23 May 2012 11:21:57 +0000 (13:21 +0200)
committerStefan Metzmacher <metze@samba.org>
Wed, 23 May 2012 18:03:10 +0000 (20:03 +0200)
metze

source3/smbd/proto.h

index 3005e6ac85a586f159bd07269858fdc42901d22e..4dc63cc7fb526fb6e1922bd77981cd8dd9513610 100644 (file)
@@ -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,