From: Stefan Metzmacher Date: Mon, 4 Dec 2017 14:21:50 +0000 (+0100) Subject: s3:vfs: remove unused smb_vfs_call_{is,set}_offline() prototypes X-Git-Tag: samba-4.8.0rc1~90 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=561a3b7e70f7d6840a89ad9757722eb5435eb062;p=thirdparty%2Fsamba.git s3:vfs: remove unused smb_vfs_call_{is,set}_offline() prototypes Signed-off-by: Stefan Metzmacher Reviewed-by: Ralph Boehme --- diff --git a/source3/include/vfs.h b/source3/include/vfs.h index a2017498d3f..bb4a135e41e 100644 --- a/source3/include/vfs.h +++ b/source3/include/vfs.h @@ -1474,11 +1474,6 @@ int smb_vfs_call_fsetxattr(struct vfs_handle_struct *handle, const void *value, size_t size, int flags); bool smb_vfs_call_aio_force(struct vfs_handle_struct *handle, struct files_struct *fsp); -bool smb_vfs_call_is_offline(struct vfs_handle_struct *handle, - const struct smb_filename *fname, - SMB_STRUCT_STAT *sbuf); -int smb_vfs_call_set_offline(struct vfs_handle_struct *handle, - const struct smb_filename *fname); NTSTATUS smb_vfs_call_durable_cookie(struct vfs_handle_struct *handle, struct files_struct *fsp, TALLOC_CTX *mem_ctx,