diff options
author | Volker Lendecke <vl@samba.org> | 2010-08-08 09:11:45 +0200 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2010-08-08 16:03:15 +0200 |
commit | 33256d6478381af3bee9ef064566e69cb4943c39 (patch) | |
tree | 1ced64625ef6cd6898b1c744c55de1d3ad896dc6 /source3/include | |
parent | 7c90a6bf38829dc6be026b65b29b81db9fbbdf0d (diff) | |
download | samba-33256d6478381af3bee9ef064566e69cb4943c39.tar.gz samba-33256d6478381af3bee9ef064566e69cb4943c39.tar.bz2 samba-33256d6478381af3bee9ef064566e69cb4943c39.zip |
s3: Lift the smbd_messaging_context from np_open
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index ed723436e1..c0d9963183 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -4720,6 +4720,7 @@ NTSTATUS np_open(TALLOC_CTX *mem_ctx, const char *name, const struct tsocket_address *local_address, const struct tsocket_address *remote_address, struct auth_serversupplied_info *server_info, + struct messaging_context *msg_ctx, struct fake_file_handle **phandle); bool np_read_in_progress(struct fake_file_handle *handle); struct tevent_req *np_write_send(TALLOC_CTX *mem_ctx, struct event_context *ev, |