comparison src/protocols/oscar/family_icbm.c @ 13609:5796551db930

[gaim-migrate @ 15995] Inline FlapConnection->inside and change some functions to return void instead of a meaningless int committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Mon, 10 Apr 2006 03:53:05 +0000
parents 6519aeb66b31
children ad83024934ed
comparison
equal deleted inserted replaced
13608:6c34fbb75bbd 13609:5796551db930
196 FlapConnection *conn; 196 FlapConnection *conn;
197 197
198 if (!od || !(conn = flap_connection_findbygroup(od, 0x0004))) 198 if (!od || !(conn = flap_connection_findbygroup(od, 0x0004)))
199 return -EINVAL; 199 return -EINVAL;
200 200
201 return aim_genericreq_n_snacid(od, conn, 0x0004, 0x0004); 201 aim_genericreq_n_snacid(od, conn, 0x0004, 0x0004);
202
203 return 0;
202 } 204 }
203 205
204 /** 206 /**
205 * Subtype 0x0005 - Receive parameter information. 207 * Subtype 0x0005 - Receive parameter information.
206 * 208 *