1
0
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:
Volker Lendecke 2009-02-14 17:39:55 +01:00
parent d39849ddcd
commit f0440d0d56

View File

@ -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,