mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
Add missing prototype for "tevent_req_print"
This commit is contained in:
parent
d39849ddcd
commit
f0440d0d56
@ -262,6 +262,8 @@ struct tevent_req {
|
||||
} internal;
|
||||
};
|
||||
|
||||
char *tevent_req_print(TALLOC_CTX *mem_ctx, struct tevent_req *req);
|
||||
|
||||
struct tevent_req *_tevent_req_create(TALLOC_CTX *mem_ctx,
|
||||
void *pstate,
|
||||
size_t state_size,
|
||||
|
Loading…
Reference in New Issue
Block a user