[gaim-migrate @ 5678]

Tue, 06 May 2003 00:11:27 +0000

author
Mark Doliner <markdoliner@pidgin.im>
date
Tue, 06 May 2003 00:11:27 +0000
changeset 5306
1707fdf8c530
parent 5305
5a6fc3d321d9
child 5307
bdcf6d473653

[gaim-migrate @ 5678]
Get rid of some silly compile warnings. Whoops.

src/protocols/oscar/oscar.c file | annotate | diff | comparison | revisions
--- a/src/protocols/oscar/oscar.c	Tue May 06 00:11:23 2003 +0000
+++ b/src/protocols/oscar/oscar.c	Tue May 06 00:11:27 2003 +0000
@@ -289,6 +289,9 @@
 /* for icons */
 static gboolean gaim_icon_timerfunc(gpointer data);
 
+/* prpl actions - remove this at some point */
+static void oscar_set_info(struct gaim_connection *gc, char *text);
+
 int ill_just_write_my_own_damn_round_function(double val) {
 	if ((val - (int)val) > 0.5)
 		return val+1;
@@ -3734,13 +3737,10 @@
 
 static int gaim_parse_locaterights(aim_session_t *sess, aim_frame_t *fr, ...)
 {
-	va_list ap;
-	fu16_t maxsiglen;
 	struct gaim_connection *gc = sess->aux_data;
 	struct oscar_data *od = (struct oscar_data *)gc->proto_data;
-	char *unicode;
-	int unicode_len;
-	fu32_t flags;
+	va_list ap;
+	fu16_t maxsiglen;
 
 	va_start(ap, fr);
 	maxsiglen = (fu16_t) va_arg(ap, int);
@@ -4339,7 +4339,6 @@
 				maiden, NULL, NULL, city, state, NULL, 0, web);
 }
 
-
 static void oscar_set_idle(struct gaim_connection *gc, int time) {
 	struct oscar_data *od = (struct oscar_data *)gc->proto_data;
 	aim_bos_setidle(od->sess, od->conn, time);

mercurial