diff options
author | Volker Lendecke <vl@samba.org> | 2008-12-27 18:43:03 +0100 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2009-01-04 16:42:40 +0100 |
commit | 4df681abf497c24e8abf3df1137023389bfed709 (patch) | |
tree | 14b7e5f72bbb4df38a83f1fb45f6319bd4fa1da3 /source3/include/smb.h | |
parent | 8c1691d2139e49d6fb47a6d85400a1b7b91ffd67 (diff) | |
download | samba-4df681abf497c24e8abf3df1137023389bfed709.tar.gz samba-4df681abf497c24e8abf3df1137023389bfed709.tar.xz samba-4df681abf497c24e8abf3df1137023389bfed709.zip |
async libwbclient infrastructure
Diffstat (limited to 'source3/include/smb.h')
-rw-r--r-- | source3/include/smb.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/smb.h b/source3/include/smb.h index 32537739033..7fd4fbb553c 100644 --- a/source3/include/smb.h +++ b/source3/include/smb.h @@ -369,6 +369,7 @@ struct share_mode_entry; struct uuid; struct named_mutex; struct pcap_cache; +struct wb_context; struct vfs_fsp_data { struct vfs_fsp_data *next; |