summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2011-01-15 08:55:28 +0100
committerStefan Metzmacher <metze@samba.org>2011-01-21 07:21:10 +0100
commitb7d6d3b840df959fe6a0df6810c8601872d57649 (patch)
tree02e81e393de9f593fd8b62ffa0a23ef181d633e2 /source3
parent78b931ce6c840ade646c1c6030fa2d6acb77208b (diff)
downloadsamba-b7d6d3b840df959fe6a0df6810c8601872d57649.tar.gz
samba-b7d6d3b840df959fe6a0df6810c8601872d57649.tar.bz2
samba-b7d6d3b840df959fe6a0df6810c8601872d57649.zip
s3:librpc: remove prototype of dcerpc_binding_handle_set_ref_alloc()
This function doesn't exist anymore. metze
Diffstat (limited to 'source3')
-rw-r--r--source3/librpc/rpc/dcerpc.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/source3/librpc/rpc/dcerpc.h b/source3/librpc/rpc/dcerpc.h
index 318364575f..ea6aea72a2 100644
--- a/source3/librpc/rpc/dcerpc.h
+++ b/source3/librpc/rpc/dcerpc.h
@@ -259,9 +259,6 @@ void *_dcerpc_binding_handle_data(struct dcerpc_binding_handle *h);
#define dcerpc_binding_handle_data(_h, _type) \
talloc_get_type_abort(_dcerpc_binding_handle_data(_h), _type)
-_DEPRECATED_ void dcerpc_binding_handle_set_ref_alloc(struct dcerpc_binding_handle *h,
- bool ref_alloc);
-
_DEPRECATED_ void dcerpc_binding_handle_set_sync_ev(struct dcerpc_binding_handle *h,
struct tevent_context *ev);