diff src/protocols/gg/gg.c @ 10395:b4b9dabdd7c7

[gaim-migrate @ 11624] Some whitespace fixes, a compile warning fix, and add a "logout" option to gaim-remote committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Fri, 17 Dec 2004 23:30:38 +0000
parents 088633feb846
children 3e4ecbdf8d0a
line wrap: on
line diff
--- a/src/protocols/gg/gg.c	Fri Dec 17 00:05:32 2004 +0000
+++ b/src/protocols/gg/gg.c	Fri Dec 17 23:30:38 2004 +0000
@@ -1,6 +1,6 @@
 /*
  * gaim - Gadu-Gadu Protocol Plugin
- * $Id: gg.c 11615 2004-12-16 03:50:54Z faceprint $
+ * $Id: gg.c 11624 2004-12-17 23:30:38Z thekingant $
  *
  * Copyright (C) 2001 Arkadiusz Mi¶kiewicz <misiek@pld.ORG.PL>
  *
@@ -1512,7 +1512,7 @@
 }
 #endif
 
-static void agg_change_passwd(GaimConnection *gc, const unsigned char *old, const unsigned char *new)
+static void agg_change_passwd(GaimConnection *gc, const char *old, const char *new)
 {
 	struct agg_http *hpass = g_new0(struct agg_http, 1);
 	gchar *u = gg_urlencode(gaim_account_get_username(gc->account));