summaryrefslogtreecommitdiff
path: root/source3/include/proto.h
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2011-02-09 16:31:06 -0800
committerJeremy Allison <jra@samba.org>2011-02-10 02:43:31 +0100
commit0122a4f41744c36aa97d73c060cfb952d2fdbc2d (patch)
tree71d4aaf2ba7c86d083bffc65323d5600715bd4ef /source3/include/proto.h
parent4b0af9be9a887b78a71eda26d418546330889ed1 (diff)
downloadsamba-0122a4f41744c36aa97d73c060cfb952d2fdbc2d.tar.gz
samba-0122a4f41744c36aa97d73c060cfb952d2fdbc2d.tar.bz2
samba-0122a4f41744c36aa97d73c060cfb952d2fdbc2d.zip
Put OpenDir() back the way it was - don't overload with an fsp arg. Create OpenDir_fsp for new usage.
Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Thu Feb 10 02:43:31 CET 2011 on sn-devel-104
Diffstat (limited to 'source3/include/proto.h')
-rw-r--r--source3/include/proto.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index 969d12fb52..58585a1bfc 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -4581,7 +4581,6 @@ bool get_dir_entry(TALLOC_CTX *ctx,
bool ask_sharemode);
bool is_visible_file(connection_struct *conn, const char *dir_path, const char *name, SMB_STRUCT_STAT *pst, bool use_veto);
struct smb_Dir *OpenDir(TALLOC_CTX *mem_ctx, connection_struct *conn,
- files_struct *fsp,
const char *name, const char *mask, uint32 attr);
const char *ReadDirName(struct smb_Dir *dirp, long *poffset,
SMB_STRUCT_STAT *sbuf, char **talloced);