summaryrefslogtreecommitdiff
path: root/source3/smbd/proto.h
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2011-07-04 18:52:47 +1000
committerAndrew Bartlett <abartlet@samba.org>2011-07-04 18:53:59 +1000
commitc599d075cb9d8b843dcc40a34c37ad5392bca767 (patch)
tree17287ba030a47581f067b5f6452fef5d84cce1ed /source3/smbd/proto.h
parentb8b504a484043e7f61f32b9621549579701817b7 (diff)
downloadsamba-c599d075cb9d8b843dcc40a34c37ad5392bca767.tar.gz
samba-c599d075cb9d8b843dcc40a34c37ad5392bca767.tar.bz2
samba-c599d075cb9d8b843dcc40a34c37ad5392bca767.zip
s3-lib Move event_add_idle() to source3/lib/events.c
This allows libauth not to depend on smbd_base. Andrew Bartlett
Diffstat (limited to 'source3/smbd/proto.h')
-rw-r--r--source3/smbd/proto.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/source3/smbd/proto.h b/source3/smbd/proto.h
index adeaf68899..ae63f0adf2 100644
--- a/source3/smbd/proto.h
+++ b/source3/smbd/proto.h
@@ -791,13 +791,6 @@ bool push_deferred_open_message_smb(struct smb_request *req,
struct file_id id,
char *private_data,
size_t priv_len);
-struct idle_event *event_add_idle(struct event_context *event_ctx,
- TALLOC_CTX *mem_ctx,
- struct timeval interval,
- const char *name,
- bool (*handler)(const struct timeval *now,
- void *private_data),
- void *private_data);
NTSTATUS allow_new_trans(struct trans_state *list, uint64_t mid);
void reply_outbuf(struct smb_request *req, uint8 num_words, uint32 num_bytes);
const char *smb_fn_name(int type);