summaryrefslogtreecommitdiffstats
path: root/lib/tevent/tevent.h
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2011-03-08 17:04:44 +0100
committerAndreas Schneider <asn@samba.org>2011-03-09 09:28:27 +0100
commitd4867ef8389a3767bba66d76511da496cb8c5495 (patch)
treee9019942b3a2d49c0902014ca710e06eb97c70e1 /lib/tevent/tevent.h
parent9728b5a0d5a5c09615a09a97bf217bcacb773579 (diff)
downloadsamba-d4867ef8389a3767bba66d76511da496cb8c5495.tar.gz
samba-d4867ef8389a3767bba66d76511da496cb8c5495.tar.xz
samba-d4867ef8389a3767bba66d76511da496cb8c5495.zip
tevent: Fixed tevent_wakeup_send code example.
Diffstat (limited to 'lib/tevent/tevent.h')
-rw-r--r--lib/tevent/tevent.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tevent/tevent.h b/lib/tevent/tevent.h
index d67e2b0f20d..665c491ebb3 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);