1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-13 13:18:06 +03:00

s3:smbd/proto.h: remove unused resolve_dfspath() prototype

metze
This commit is contained in:
Stefan Metzmacher 2012-05-23 13:21:57 +02:00
parent 97f0a3675f
commit aa7b1e21a8

View 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,