diff options
-rw-r--r-- | lib/tevent/tevent.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/tevent/tevent.h b/lib/tevent/tevent.h index 2ab1864d32..d3e1ecb4f1 100644 --- a/lib/tevent/tevent.h +++ b/lib/tevent/tevent.h @@ -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, |