comparison src/event.c @ 5224:5160333a80df

[gaim-migrate @ 5594] Update for new plugin api committer: Tailor Script <tailor@pidgin.im>
author Herman Bloggs <hermanator12002@yahoo.com>
date Sat, 26 Apr 2003 14:55:40 +0000
parents 0241d6b6702d
children 779ffffb584a
comparison
equal deleted inserted replaced
5223:e2e5bc3ca705 5224:5160333a80df
26 #include <sys/time.h> 26 #include <sys/time.h>
27 #include <stdarg.h> 27 #include <stdarg.h>
28 #include <stdio.h> 28 #include <stdio.h>
29 #include <string.h> 29 #include <string.h>
30 30
31 #ifdef _WIN32
32 #include "win32dep.h"
33 #endif
34
31 /** 35 /**
32 * A signal callback. 36 * A signal callback.
33 */ 37 */
34 typedef struct 38 typedef struct
35 { 39 {