From 8bfa9351614115ceb8bfaa6f76355ddc14ec248b Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Wed, 31 Jan 2007 11:48:14 +0000 Subject: r21074: Preparation for the import of samba4 notify: Add the file notify.idl and the resulting marshalling/unmarshalling routines in gen_ndr/ Volker (This used to be commit a2ea54c23456925a8ed317edb1adf82d074041fc) --- 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 21643c64a1..48d0e0cf6f 100644 --- a/source3/include/smb.h +++ b/source3/include/smb.h @@ -421,6 +421,7 @@ struct fd_handle { unsigned long file_id; }; +struct messaging_context; struct event_context; struct fd_event; struct timed_event; -- cgit