diff src/rvous.c @ 1114:c61f9c384413

[gaim-migrate @ 1124] update to STATUS, pass -Wall, and fix some applet stupidity for failed signons. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Tue, 21 Nov 2000 01:00:45 +0000
parents 5bc8fdacd2cb
children 37257f175ed8
line wrap: on
line diff
--- a/src/rvous.c	Tue Nov 21 00:16:44 2000 +0000
+++ b/src/rvous.c	Tue Nov 21 01:00:45 2000 +0000
@@ -77,6 +77,7 @@
 
 static void do_send_file(GtkWidget *, struct file_transfer *);
 static void do_get_file (GtkWidget *, struct file_transfer *);
+extern int sflap_send(struct gaim_connection *, char *, int, int);
 
 static int snpa = -1;
 
@@ -372,7 +373,6 @@
 	fw = NULL;
 
 	if (!cont) {
-		char *tmp = frombase64(ft->cookie);
 		g_snprintf(tmp_buf, MSG_LEN, "toc_rvous_cancel %s %s %s", ft->user, ft->cookie, ft->UID);
 		sflap_send(ft->gc, tmp_buf, -1, TYPE_DATA);
 		close(ft->fd);
@@ -507,7 +507,6 @@
 	fw = NULL;
 
 	if (!cont) {
-		char *tmp = frombase64(ft->cookie);
 		char tmp_buf[MSG_LEN];
 		g_snprintf(tmp_buf, MSG_LEN, "toc_rvous_cancel %s %s %s", ft->user, ft->cookie, ft->UID);
 		sflap_send(ft->gc, tmp_buf, -1, TYPE_DATA);