From 8cf75770cf2b3905ca98c84b21fadca8e05f08b7 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sat, 25 Apr 2009 20:02:24 +0200 Subject: Add fncall_send/recv --- source3/include/smb.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/include/smb.h') diff --git a/source3/include/smb.h b/source3/include/smb.h index 01e6ddf64c..5a381b385f 100644 --- a/source3/include/smb.h +++ b/source3/include/smb.h @@ -365,6 +365,7 @@ struct named_mutex; struct pcap_cache; struct wb_context; struct rpc_cli_smbd_conn; +struct fncall_context; struct vfs_fsp_data { struct vfs_fsp_data *next; -- cgit