summaryrefslogtreecommitdiff
path: root/source3/include/proto.h
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2010-04-27 15:12:32 +0200
committerStefan Metzmacher <metze@samba.org>2010-05-27 07:13:56 +0200
commit9a6636a56e3565202d71ae7049431e3764575b79 (patch)
tree59057e1ef8bbc09ea751c890c8bdc80120eea342 /source3/include/proto.h
parent56ebbb53c80a49f2d8dda8a108afc07669af333e (diff)
downloadsamba-9a6636a56e3565202d71ae7049431e3764575b79.tar.gz
samba-9a6636a56e3565202d71ae7049431e3764575b79.tar.bz2
samba-9a6636a56e3565202d71ae7049431e3764575b79.zip
s3:rpc_server: pass down local and remote tsocket_address to np_open()
metze
Diffstat (limited to 'source3/include/proto.h')
-rw-r--r--source3/include/proto.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index 116db698e6..6c9790bc12 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -5205,8 +5205,10 @@ pipes_struct *get_first_internal_pipe(void);
pipes_struct *get_next_internal_pipe(pipes_struct *p);
bool fsp_is_np(struct files_struct *fsp);
+struct tsocket_address;
NTSTATUS np_open(TALLOC_CTX *mem_ctx, const char *name,
- const char *client_address,
+ const struct tsocket_address *local_address,
+ const struct tsocket_address *remote_address,
struct auth_serversupplied_info *server_info,
struct fake_file_handle **phandle);
bool np_read_in_progress(struct fake_file_handle *handle);