comparison src/protocols/napster/napster.c @ 2303:f5bf315e6104

[gaim-migrate @ 2313] hi committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Mon, 17 Sep 2001 23:25:10 +0000
parents 8c4ff1a368bd
children a87ca0aa1840
comparison
equal deleted inserted replaced
2302:722a912562a0 2303:f5bf315e6104
82 gchar buf[NAP_BUF_LEN]; 82 gchar buf[NAP_BUF_LEN];
83 83
84 g_snprintf(buf, NAP_BUF_LEN, "%s %s", who, message); 84 g_snprintf(buf, NAP_BUF_LEN, "%s %s", who, message);
85 nap_write_packet(gc, 0xCD, buf); 85 nap_write_packet(gc, 0xCD, buf);
86 86
87 return 0; 87 return 1;
88 } 88 }
89 89
90 static struct nap_channel *find_channel_by_name(struct gaim_connection *gc, char *name) 90 static struct nap_channel *find_channel_by_name(struct gaim_connection *gc, char *name)
91 { 91 {
92 struct nap_channel *channel; 92 struct nap_channel *channel;