diff options
author | Stefan Metzmacher <metze@samba.org> | 2008-12-17 00:06:34 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2008-12-17 11:04:45 +0100 |
commit | 081f8883bafc11ca7c08f868ec19f1ea32071837 (patch) | |
tree | 2e190f34ba0cb18321e0581f5e3ac242ee93f03b /source4/ntvfs/sysdep/sys_lease.h | |
parent | 675b363b712e0b91b9b7d1189a819a36853db539 (diff) | |
download | samba-081f8883bafc11ca7c08f868ec19f1ea32071837.tar.gz samba-081f8883bafc11ca7c08f868ec19f1ea32071837.tar.xz samba-081f8883bafc11ca7c08f868ec19f1ea32071837.zip |
s4: fix LIBEVENTS dependencies and use more forward declarations
We should only include events.h where we really need it
and prefer forward declarations of 'struct event_context'
metze
Diffstat (limited to 'source4/ntvfs/sysdep/sys_lease.h')
-rw-r--r-- | source4/ntvfs/sysdep/sys_lease.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/ntvfs/sysdep/sys_lease.h b/source4/ntvfs/sysdep/sys_lease.h index e53760fb1eb..6cda6398b29 100644 --- a/source4/ntvfs/sysdep/sys_lease.h +++ b/source4/ntvfs/sysdep/sys_lease.h @@ -22,6 +22,7 @@ struct sys_lease_context; struct opendb_entry; struct messaging_context; +struct event_context; typedef NTSTATUS (*sys_lease_send_break_fn)(struct messaging_context *, struct opendb_entry *, |