summaryrefslogtreecommitdiffstats
path: root/source3/smbd/proto.h
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2014-06-13 11:39:41 +0200
committerVolker Lendecke <vl@samba.org>2014-06-13 17:29:10 +0200
commitddb7d7fc940835e04a5d909790f99cee5c74084d (patch)
tree5e879fcb472378b891264cf2a1881d1de76c7b83 /source3/smbd/proto.h
parent5c874251ff78708706c7b421bb24c00ccd995a65 (diff)
downloadsamba-ddb7d7fc940835e04a5d909790f99cee5c74084d.tar.gz
samba-ddb7d7fc940835e04a5d909790f99cee5c74084d.tar.xz
samba-ddb7d7fc940835e04a5d909790f99cee5c74084d.zip
vfs: remove unused function vfs_pread_data()
Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Volker Lendecke <vl@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 3c6accfb71e..1e17f5b741a 100644
--- a/source3/smbd/proto.h
+++ b/source3/smbd/proto.h
@@ -1129,8 +1129,6 @@ bool vfs_init_custom(connection_struct *conn, const char *vfs_object);
bool smbd_vfs_init(connection_struct *conn);
NTSTATUS vfs_file_exist(connection_struct *conn, struct smb_filename *smb_fname);
ssize_t vfs_read_data(files_struct *fsp, char *buf, size_t byte_count);
-ssize_t vfs_pread_data(files_struct *fsp, char *buf,
- size_t byte_count, off_t offset);
ssize_t vfs_write_data(struct smb_request *req,
files_struct *fsp,
const char *buffer,