summaryrefslogtreecommitdiff
path: root/source3/include/proto.h
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2013-04-15 11:56:59 +0200
committerJeremy Allison <jra@samba.org>2013-04-18 02:52:40 +0200
commit406450d44e9c7a31b9db9cdb16c0b404f133d006 (patch)
tree6193be0a90d3ef388f05a5064acc9c3206be66bf /source3/include/proto.h
parentcc0b8351a445243bdefd4b98a31548b2c51e43b8 (diff)
downloadsamba-406450d44e9c7a31b9db9cdb16c0b404f133d006.tar.gz
samba-406450d44e9c7a31b9db9cdb16c0b404f133d006.tar.bz2
samba-406450d44e9c7a31b9db9cdb16c0b404f133d006.zip
smbd: Remove NTSTATUS based create_synthetic_smb_fname
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org> Autobuild-User(master): Jeremy Allison <jra@samba.org> Autobuild-Date(master): Thu Apr 18 02:52:40 CEST 2013 on sn-devel-104
Diffstat (limited to 'source3/include/proto.h')
-rw-r--r--source3/include/proto.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index f481e9977d..83ab77a2a9 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -1597,14 +1597,6 @@ bool lookup_unix_group_name(const char *name, struct dom_sid *sid);
NTSTATUS get_full_smb_filename(TALLOC_CTX *ctx, const struct smb_filename *smb_fname,
char **full_name);
-NTSTATUS create_synthetic_smb_fname(TALLOC_CTX *ctx, const char *base_name,
- const char *stream_name,
- const SMB_STRUCT_STAT *psbuf,
- struct smb_filename **smb_fname_out);
-NTSTATUS create_synthetic_smb_fname_split(TALLOC_CTX *ctx,
- const char *fname,
- const SMB_STRUCT_STAT *psbuf,
- struct smb_filename **smb_fname_out);
struct smb_filename *synthetic_smb_fname(TALLOC_CTX *mem_ctx,
const char *base_name,
const char *stream_name,