mirror of
https://github.com/samba-team/samba.git
synced 2025-02-03 13:47:25 +03:00
s3:librpc: remove prototype of dcerpc_binding_handle_set_ref_alloc()
This function doesn't exist anymore. metze
This commit is contained in:
parent
78b931ce6c
commit
b7d6d3b840
@ -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);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user