From cf549ff2bcf165060e9fbfcf395ec808f8c562ad Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Mon, 4 Jun 2012 17:57:36 +0200 Subject: s3:smbd: make struct vfs_fsp_data private to vfs.c metze --- source3/include/smb.h | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'source3/include') diff --git a/source3/include/smb.h b/source3/include/smb.h index 206820ba4c..88544b3c41 100644 --- a/source3/include/smb.h +++ b/source3/include/smb.h @@ -151,16 +151,6 @@ struct wb_context; struct rpc_cli_smbd_conn; struct fncall_context; -struct vfs_fsp_data { - struct vfs_fsp_data *next; - struct vfs_handle_struct *owner; - void (*destroy)(void *p_data); - void *_dummy_; - /* NOTE: This structure contains four pointers so that we can guarantee - * that the end of the structure is always both 4-byte and 8-byte aligned. - */ -}; - /* the basic packet size, assuming no words or bytes */ #define smb_size 39 -- cgit