summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/tevent/tevent.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/tevent/tevent.h b/lib/tevent/tevent.h
index 2ab1864d329..d3e1ecb4f11 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,