diff options
author | Stefan Metzmacher <metze@samba.org> | 2012-05-23 13:21:57 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2012-05-23 20:03:10 +0200 |
commit | aa7b1e21a8ea7c13aad46ce4510725e3005f4432 (patch) | |
tree | 3bfc4d115b87a24890630949b4c8827e38d882b3 /source3 | |
parent | 97f0a3675f0abaa1645f3d980f63d2b8f74a34a9 (diff) | |
download | samba-aa7b1e21a8ea7c13aad46ce4510725e3005f4432.tar.gz samba-aa7b1e21a8ea7c13aad46ce4510725e3005f4432.tar.bz2 samba-aa7b1e21a8ea7c13aad46ce4510725e3005f4432.zip |
s3:smbd/proto.h: remove unused resolve_dfspath() prototype
metze
Diffstat (limited to 'source3')
-rw-r--r-- | source3/smbd/proto.h | 5 |
1 files changed, 0 insertions, 5 deletions
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, |