diff options
author | Andrew Bartlett <abartlet@samba.org> | 2011-05-25 18:51:56 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2011-05-31 00:32:07 +0200 |
commit | e5dd03d1991f125fa3cfddac9a41d2f9e6391c42 (patch) | |
tree | 0b1c0bdf4759f2ad1331febe2612ca739eba8d30 /source3/include | |
parent | 81905585c093b6d641a10f6c338949bcbaa724c0 (diff) | |
download | samba-e5dd03d1991f125fa3cfddac9a41d2f9e6391c42.tar.gz samba-e5dd03d1991f125fa3cfddac9a41d2f9e6391c42.tar.bz2 samba-e5dd03d1991f125fa3cfddac9a41d2f9e6391c42.zip |
s3-globals Remove smbd_event_context() (use server_event_context())
This has been a wrapper around server_event_context() for some time
now, and removing this from dummmysmbd.c assists with library
dependencies.
Andrew Bartlett
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index ac5e755360..8cd3ec2ea8 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -1853,7 +1853,6 @@ NTSTATUS can_delete_directory(struct connection_struct *conn, const char *dirname); bool change_to_root_user(void); void smbd_set_server_fd(int fd); -struct event_context *smbd_event_context(void); void contend_level2_oplocks_begin(files_struct *fsp, enum level2_contention_type type); void contend_level2_oplocks_end(files_struct *fsp, |