summaryrefslogtreecommitdiff
path: root/source4/librpc/rpc/dcerpc.h
diff options
context:
space:
mode:
authorGregor Beck <gbeck@sernet.de>2013-12-04 15:51:07 +0100
committerStefan Metzmacher <metze@samba.org>2014-01-07 08:37:46 +0100
commit445913133a4999d8435a477373d40318d2fc4b0c (patch)
tree0a8c72c6c1aa81977cbc34ca503b32c03a37eb53 /source4/librpc/rpc/dcerpc.h
parent9832eb6bbfb73018d1a13425a918c402442526c9 (diff)
downloadsamba-445913133a4999d8435a477373d40318d2fc4b0c.tar.gz
s4:librpc: factor out xxx_send_read() to dcerpc_send_read()
Signed-off-by: Gregor Beck <gbeck@sernet.de> Reviewed-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
Diffstat (limited to 'source4/librpc/rpc/dcerpc.h')
-rw-r--r--source4/librpc/rpc/dcerpc.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/source4/librpc/rpc/dcerpc.h b/source4/librpc/rpc/dcerpc.h
index cb78421cb2f..47b81c081a0 100644
--- a/source4/librpc/rpc/dcerpc.h
+++ b/source4/librpc/rpc/dcerpc.h
@@ -81,9 +81,6 @@ struct dcecli_connection {
/* send a request to the server */
NTSTATUS (*send_request)(struct dcecli_connection *, DATA_BLOB *, bool trigger_read);
- /* send a read request to the server */
- NTSTATUS (*send_read)(struct dcecli_connection *);
-
/* a callback to the dcerpc code when a full fragment
has been received */
void (*recv_data)(struct dcecli_connection *, DATA_BLOB *, NTSTATUS status);