summaryrefslogtreecommitdiff
path: root/source3/smbd/proto.h
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2019-07-17 14:58:25 -0700
committerRalph Boehme <slow@samba.org>2019-08-06 14:23:35 +0000
commit043c232144830d4da12cae877994caa16ec91c6d (patch)
tree635e493be35606b66a25775f4223c4956754e1cd /source3/smbd/proto.h
parent196fe53ede8743ab02a2a29d574cfd27632ceb3f (diff)
downloadsamba-043c232144830d4da12cae877994caa16ec91c6d.tar.gz
s3: smbd: Remove dptr_close().
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 a07614f9969..b8e1468680c 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);
-void dptr_close(struct smbd_server_connection *sconn, int *key);
void dptr_closecnum(connection_struct *conn);
NTSTATUS dptr_create(connection_struct *conn,
struct smb_request *req,