comparison src/signals.c @ 9127:f4d981c9c4ab

[gaim-migrate @ 9905] minor tweak committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Sun, 30 May 2004 19:28:06 +0000
parents f2919ca98e78
children 1fac0336890c
comparison
equal deleted inserted replaced
9126:cefe59828f90 9127:f4d981c9c4ab
26 26
27 #include "debug.h" 27 #include "debug.h"
28 #include "signals.h" 28 #include "signals.h"
29 #include "value.h" 29 #include "value.h"
30 30
31 /* must include this to use G_VA_COPY */
32 #include <string.h>
33
31 typedef struct 34 typedef struct
32 { 35 {
33 void *instance; 36 void *instance;
34 37
35 GHashTable *signals; 38 GHashTable *signals;