mirror of
https://github.com/samba-team/samba.git
synced 2025-03-09 08:58:35 +03:00
r25567: make do_async() non static
metze (This used to be commit badc714d7f82f8d7c21ecfeab137efb57e970210)
This commit is contained in:
parent
f7055aef17
commit
adf5ac6f60
@ -57,12 +57,12 @@ static void do_async_recv(void *private_data, BOOL success)
|
||||
state->c, state->private_data);
|
||||
}
|
||||
|
||||
static void do_async(TALLOC_CTX *mem_ctx, struct winbindd_child *child,
|
||||
const struct winbindd_request *request,
|
||||
void (*cont)(TALLOC_CTX *mem_ctx, BOOL success,
|
||||
struct winbindd_response *response,
|
||||
void *c, void *private_data),
|
||||
void *c, void *private_data)
|
||||
void do_async(TALLOC_CTX *mem_ctx, struct winbindd_child *child,
|
||||
const struct winbindd_request *request,
|
||||
void (*cont)(TALLOC_CTX *mem_ctx, BOOL success,
|
||||
struct winbindd_response *response,
|
||||
void *c, void *private_data),
|
||||
void *c, void *private_data)
|
||||
{
|
||||
struct do_async_state *state;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user