comparison src/protocols/msn/switchboard.c @ 4546:a951bb590857

[gaim-migrate @ 4825] Win32 update for msn ft changes.. committer: Tailor Script <tailor@pidgin.im>
author Herman Bloggs <hermanator12002@yahoo.com>
date Thu, 06 Feb 2003 22:27:29 +0000
parents 86b0a0243be8
children d19872836812
comparison
equal deleted inserted replaced
4545:464ec3e2ce43 4546:a951bb590857
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 */ 22 */
23 #include "msn.h" 23 #include "msn.h"
24 24
25 #ifdef _WIN32
26 #include "win32dep.h"
27 #endif
28
29 G_MODULE_IMPORT GSList *connections;
30
25 static char * 31 static char *
26 msn_parse_format(char *mime) 32 msn_parse_format(char *mime)
27 { 33 {
28 char *cur; 34 char *cur;
29 GString *ret = g_string_new(NULL); 35 GString *ret = g_string_new(NULL);