diff options
author | Gregor Beck <gbeck@sernet.de> | 2013-09-24 12:45:26 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2014-01-07 08:37:46 +0100 |
commit | 9832eb6bbfb73018d1a13425a918c402442526c9 (patch) | |
tree | 780694fde1466c09900c4f286e129938b604b79e /source4/librpc/rpc/dcerpc.h | |
parent | 30ca477c7153999b2bbac87cdbd928bc57ecce51 (diff) | |
download | samba-9832eb6bbfb73018d1a13425a918c402442526c9.tar.gz |
s4:librpc: factor out xxx_shutdown_pipe() to dcerpc_shutdown_pipe()
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.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source4/librpc/rpc/dcerpc.h b/source4/librpc/rpc/dcerpc.h index 61141c2b1b9..cb78421cb2f 100644 --- a/source4/librpc/rpc/dcerpc.h +++ b/source4/librpc/rpc/dcerpc.h @@ -78,8 +78,6 @@ struct dcecli_connection { enum dcerpc_transport_t transport; void *private_data; - NTSTATUS (*shutdown_pipe)(struct dcecli_connection *, NTSTATUS status); - /* send a request to the server */ NTSTATUS (*send_request)(struct dcecli_connection *, DATA_BLOB *, bool trigger_read); |