diff src/protocols/simple/simple.h @ 12196:2f379ed0c26b

[gaim-migrate @ 14498] This patch from Thomas Butter fixes some Asterisk compatability issues with SIMPLE. Thanks to Cosimo Alfarano for finding this problem and testing the changes. committer: Tailor Script <tailor@pidgin.im>
author Ethan Blanton <elb@pidgin.im>
date Wed, 23 Nov 2005 04:00:29 +0000
parents 4669e7461968
children cfc808463763
line wrap: on
line diff
--- a/src/protocols/simple/simple.h	Wed Nov 23 02:04:59 2005 +0000
+++ b/src/protocols/simple/simple.h	Wed Nov 23 04:00:29 2005 +0000
@@ -81,6 +81,7 @@
 	int connecting;
 	GaimAccount *account;
 	gchar *sendlater;
+	gchar *regcallid;
 	GSList *transactions;
 	GSList *watcher;
 	GSList *openconns;