diff options
author | Stefan Metzmacher <metze@samba.org> | 2012-06-04 17:43:13 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2012-06-06 10:18:36 +0200 |
commit | a8e7c57862ce4511b5e9503265c1dbff575bd373 (patch) | |
tree | c07f89e64ef67f1aa15cb129765fddd36b02dbbc /source3/include/smb.h | |
parent | 05dc49763791cd2d9e6b5c595d02dcf8d8a019e8 (diff) | |
download | samba-a8e7c57862ce4511b5e9503265c1dbff575bd373.tar.gz |
s3:includes: move struct share_mode_lock to locking.h
metze
Diffstat (limited to 'source3/include/smb.h')
-rw-r--r-- | source3/include/smb.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/source3/include/smb.h b/source3/include/smb.h index e6710ca769d..206820ba4cf 100644 --- a/source3/include/smb.h +++ b/source3/include/smb.h @@ -151,10 +151,6 @@ struct wb_context; struct rpc_cli_smbd_conn; struct fncall_context; -struct share_mode_lock { - struct share_mode_data *data; -}; - struct vfs_fsp_data { struct vfs_fsp_data *next; struct vfs_handle_struct *owner; |