summaryrefslogtreecommitdiff
path: root/source3/smbd/proto.h
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2019-07-17 13:16:37 -0700
committerRalph Boehme <slow@samba.org>2019-08-06 14:23:34 +0000
commite63400841e9d3372b8960b8764d45729926fb02f (patch)
treec796b22bb7226cfc3ad9f3fada95d83b661645dd /source3/smbd/proto.h
parenta2ef44b71bffb8500dd88538b1e617497816f608 (diff)
downloadsamba-e63400841e9d3372b8960b8764d45729926fb02f.tar.gz
s3: smbd: Remove dptr_fetch() - replace internals with dptr_fetch_fsp().
Signed-off-by: Jeremy Allison <jra@samba.org> Reviewed-by: Ralph Boehme <slow@samba.org>
Diffstat (limited to 'source3/smbd/proto.h')
-rw-r--r--source3/smbd/proto.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/smbd/proto.h b/source3/smbd/proto.h
index 66b756a9c2e..9b087fa6c94 100644
--- a/source3/smbd/proto.h
+++ b/source3/smbd/proto.h
@@ -207,8 +207,6 @@ void dptr_set_priv(struct dptr_struct *dptr);
bool dptr_SearchDir(struct dptr_struct *dptr, const char *name, long *poffset, SMB_STRUCT_STAT *pst);
bool dptr_fill(struct smbd_server_connection *sconn,
char *buf1,unsigned int key);
-struct dptr_struct *dptr_fetch(struct smbd_server_connection *sconn,
- char *buf,int *num);
files_struct *dptr_fetch_fsp(struct smbd_server_connection *sconn,
char *buf,int *num);
struct dptr_struct *dptr_fetch_lanman2(struct smbd_server_connection *sconn,