diff libpurple/protocols/simple/simple.h @ 21024:61a87e02da29

Some constification, which also found and fixed some potential double-free errors.
author Stu Tomlinson <stu@nosnilmot.com>
date Sat, 27 Oct 2007 13:12:27 +0000
parents 6e93a79b2ae5
children b2d9f859663e
line wrap: on
line diff
--- a/libpurple/protocols/simple/simple.h	Fri Oct 26 13:22:49 2007 +0000
+++ b/libpurple/protocols/simple/simple.h	Sat Oct 27 13:12:27 2007 +0000
@@ -127,7 +127,7 @@
 	int retries;
 	int transport; /* 0 = tcp, 1 = udp */
 	int fd;
-	gchar *cseq;
+	const gchar *cseq;
 	struct sipmsg *msg;
 	TransCallback callback;
 };