From d4867ef8389a3767bba66d76511da496cb8c5495 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Tue, 8 Mar 2011 17:04:44 +0100 Subject: tevent: Fixed tevent_wakeup_send code example. --- lib/tevent/tevent.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/tevent/tevent.h') diff --git a/lib/tevent/tevent.h b/lib/tevent/tevent.h index d67e2b0f20..665c491ebb 100644 --- a/lib/tevent/tevent.h +++ b/lib/tevent/tevent.h @@ -1130,7 +1130,7 @@ void tevent_req_received(struct tevent_req *req); * * Example: * @code - * static my_callback_wakeup_done(tevent_req *req) + * static void my_callback_wakeup_done(tevent_req *subreq) * { * struct tevent_req *req = tevent_req_callback_data(subreq, * struct tevent_req); -- cgit