summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2010-06-13 15:17:31 +0200
committerVolker Lendecke <vl@samba.org>2010-06-13 15:20:58 +0200
commitc7f44801e3e55a37cfc467de8d9ac127cd89327e (patch)
tree56a1dc67cf2537f27734868e815c8cda668ed40f /source3/include
parentb90eb7dd6920dccd7a814ce77eec886e3a6ca8f0 (diff)
downloadsamba-c7f44801e3e55a37cfc467de8d9ac127cd89327e.tar.gz
samba-c7f44801e3e55a37cfc467de8d9ac127cd89327e.tar.bz2
samba-c7f44801e3e55a37cfc467de8d9ac127cd89327e.zip
s3: Remove fsp_belongs_conn
check_open_fsp does exactly the same
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/proto.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index 2b2754c16f..df991e35f4 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -6139,8 +6139,6 @@ bool check_fsp(connection_struct *conn, struct smb_request *req,
files_struct *fsp);
bool check_fsp_ntquota_handle(connection_struct *conn, struct smb_request *req,
files_struct *fsp);
-bool fsp_belongs_conn(connection_struct *conn, struct smb_request *req,
- files_struct *fsp);
void reply_special(struct smbd_server_connection *sconn, char *inbuf);
void reply_tcon(struct smb_request *req);
void reply_tcon_and_X(struct smb_request *req);