diff options
author | Volker Lendecke <vlendec@samba.org> | 2007-01-31 11:48:14 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:17:33 -0500 |
commit | 8bfa9351614115ceb8bfaa6f76355ddc14ec248b (patch) | |
tree | d74dcfe5ed206d06f2c036d81a45f094013619b2 /source3/include/smb.h | |
parent | 05f298b47e4493ccf04b8a1698c0593c8a0deaac (diff) | |
download | samba-8bfa9351614115ceb8bfaa6f76355ddc14ec248b.tar.gz samba-8bfa9351614115ceb8bfaa6f76355ddc14ec248b.tar.xz samba-8bfa9351614115ceb8bfaa6f76355ddc14ec248b.zip |
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)
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 21643c64a1f..48d0e0cf6fa 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; |