]> git.llucax.com Git - software/eventxx.git/blobdiff - eventxx
Move ccallback declaration into the Events group.
[software/eventxx.git] / eventxx
diff --git a/eventxx b/eventxx
index 6d08fccdc59d651238a4a9bd36f288c8630cb1ea..e2cf81f39b89dd8900f3dbcf457e3bd643ddf22d 100644 (file)
--- 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.
  *