summaryrefslogtreecommitdiff
path: root/toxav/event.h
diff options
context:
space:
mode:
Diffstat (limited to 'toxav/event.h')
-rw-r--r--toxav/event.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/toxav/event.h b/toxav/event.h
index 0fb2d120..f9e67543 100644
--- a/toxav/event.h
+++ b/toxav/event.h
@@ -39,9 +39,9 @@
39 * 39 *
40 */ 40 */
41extern struct _Event { 41extern struct _Event {
42 int (*rise) (void * ( func ) ( void * ), void *arg); 42 int (*rise) (void *( func ) ( void *), void *arg);
43 int (*timer_reset ) ( int id, unsigned timeout ); 43 int (*timer_reset ) ( int id, unsigned timeout );
44 int (*timer_alloc) (void * ( func ) ( void * ), void *arg, unsigned timeout); 44 int (*timer_alloc) (void *( func ) ( void *), void *arg, unsigned timeout);
45 int (*timer_release) (int id); 45 int (*timer_release) (int id);
46 int (*timer_now) ( int id ); 46 int (*timer_now) ( int id );
47} event; 47} event;