mirror of
https://github.com/samba-team/samba.git
synced 2025-02-19 21:57:57 +03:00
r25567: make do_async() non static
metze
This commit is contained in:
parent
2827bbe0f8
commit
badc714d7f
@ -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