summaryrefslogtreecommitdiff
path: root/source3/smbd/proto.h
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2019-07-17 13:45:16 -0700
committerRalph Boehme <slow@samba.org>2019-08-06 14:23:35 +0000
commitf5eebfc725136d1fdf2d6c9f66db59f24338f9c2 (patch)
treee68ec085cb366369b534cddfe7add3aa2250cbe8 /source3/smbd/proto.h
parent37e1dd5af3b30f1c7a76cced215b440bedc1ba4b (diff)
downloadsamba-f5eebfc725136d1fdf2d6c9f66db59f24338f9c2.tar.gz
s3: smbd: Remove dptr_fsp(). No longer used.
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.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/smbd/proto.h b/source3/smbd/proto.h
index c1d6b32c06e..a07614f9969 100644
--- a/source3/smbd/proto.h
+++ b/source3/smbd/proto.h
@@ -183,7 +183,6 @@ bool init_dptrs(struct smbd_server_connection *sconn);
const char *dptr_path(struct smbd_server_connection *sconn, int key);
const char *dptr_wcard(struct smbd_server_connection *sconn, int key);
uint16_t dptr_attr(struct smbd_server_connection *sconn, int key);
-files_struct *dptr_fsp(struct smbd_server_connection *sconn, int key);
void dptr_close(struct smbd_server_connection *sconn, int *key);
void dptr_closecnum(connection_struct *conn);
NTSTATUS dptr_create(connection_struct *conn,