From d78cfcce64e1e2801de6928562875ff660a9c5d1 Mon Sep 17 00:00:00 2001 From: Leandro Lucarella Date: Thu, 22 Mar 2007 20:32:38 +0000 Subject: [PATCH] Move ccallback declaration into the Events group. --- eventxx | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/eventxx b/eventxx index 6d08fcc..e2cf81f 100644 --- a/eventxx +++ b/eventxx @@ -319,10 +319,6 @@ enum }; -/// C function used as callback in the C API. -typedef void (*ccallback_type)(int, short, void*); - - /** * Time used for timeout values. * @@ -390,6 +386,11 @@ struct time: ::timeval */ //@{ + +/// C function used as callback in the C API. +typedef void (*ccallback_type)(int, short, void*); + + /** * Type of events. * -- 2.43.0