comparison src/protocols/msn/msn.c @ 6842:bd433a45a463

[gaim-migrate @ 7387] Committing what I have of MSN before I screw up my tree with some other changes. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Sun, 14 Sep 2003 22:00:11 +0000
parents f03c0085c424
children 885c6528843b
comparison
equal deleted inserted replaced
6841:f76e26a0e6a9 6842:bd433a45a463
18 * You should have received a copy of the GNU General Public License 18 * You should have received a copy of the GNU General Public License
19 * along with this program; if not, write to the Free Software 19 * along with this program; if not, write to the Free Software
20 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 20 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
21 */ 21 */
22 #include <glib.h> 22 #include <glib.h>
23 static void (*real_g_free)(gpointer) = g_free;
24 23
25 #include "msn.h" 24 #include "msn.h"
26 #include "accountopt.h" 25 #include "accountopt.h"
27 #include "msg.h" 26 #include "msg.h"
28 #include "page.h" 27 #include "page.h"