diff options
author | Stefan Metzmacher <metze@samba.org> | 2009-01-05 09:06:05 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2009-01-05 15:07:34 +0100 |
commit | ee5be748e64f6c8f4814ff322e38511a9a65f4fc (patch) | |
tree | 2415ee09987ef26edaf9cd33e675d78a9e2de5f9 /source3/include/smb.h | |
parent | 077d5cff71bdb95f5829ae27309958e4661e4184 (diff) | |
download | samba-ee5be748e64f6c8f4814ff322e38511a9a65f4fc.tar.gz samba-ee5be748e64f6c8f4814ff322e38511a9a65f4fc.tar.xz samba-ee5be748e64f6c8f4814ff322e38511a9a65f4fc.zip |
s3:events: move prototypes to event.h
metze
Diffstat (limited to 'source3/include/smb.h')
-rw-r--r-- | source3/include/smb.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/source3/include/smb.h b/source3/include/smb.h index 7fd4fbb553c..9f6a6f02d78 100644 --- a/source3/include/smb.h +++ b/source3/include/smb.h @@ -361,9 +361,6 @@ struct fd_handle { unsigned long gen_id; }; -struct event_context; -struct fd_event; -struct timed_event; struct idle_event; struct share_mode_entry; struct uuid; |