comparison src/protocols/simple/simple.h @ 14069:d594f0466585

[gaim-migrate @ 16690] Fix CID 221 I also fixed an imperial ton of leaks. It was quite amazing, actually. There is also some other cleanup stuff in here too. committer: Tailor Script <tailor@pidgin.im>
author Daniel Atallah <daniel.atallah@gmail.com>
date Thu, 10 Aug 2006 23:42:17 +0000
parents 614c56622453
children
comparison
equal deleted inserted replaced
14068:6cb8bdc3366f 14069:d594f0466585
42 42
43 struct simple_watcher { 43 struct simple_watcher {
44 gchar *name; 44 gchar *name;
45 time_t expire; 45 time_t expire;
46 struct sip_dialog dialog; 46 struct sip_dialog dialog;
47 int needsxpidf; 47 gboolean needsxpidf;
48 }; 48 };
49 49
50 struct simple_buddy { 50 struct simple_buddy {
51 gchar *name; 51 gchar *name;
52 time_t resubscribe; 52 time_t resubscribe;