libpurple/protocols/simple/simple.h

branch
soc.2013.gobjectification
changeset 34529
68cf25486001
parent 31625
1097ed538036
child 34570
ac513e5901eb
--- a/libpurple/protocols/simple/simple.h	Wed Jun 12 10:20:03 2013 +0530
+++ b/libpurple/protocols/simple/simple.h	Wed Jun 12 18:58:24 2013 +0530
@@ -101,7 +101,7 @@
 	guint resendtimeout;
 	gboolean connecting;
 	PurpleAccount *account;
-	PurpleCircBuffer *txbuf;
+	PurpleCircularBuffer *txbuf;
 	guint tx_handler;
 	gchar *regcallid;
 	GSList *transactions;

mercurial