From: Leandro Lucarella Date: Thu, 22 Mar 2007 20:32:38 +0000 (+0000) Subject: Move ccallback declaration into the Events group. X-Git-Tag: 0.3~4 X-Git-Url: https://git.llucax.com/software/eventxx.git/commitdiff_plain/d78cfcce64e1e2801de6928562875ff660a9c5d1?ds=inline Move ccallback declaration into the Events group. --- 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. *