comparison libgaim/protocols/oscar/family_admin.c @ 15085:f3573d941d66

[gaim-migrate @ 17871] Minor cleanup. Mostly make some functions void instead of int where the return value was always 0 and wasn't used committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sat, 02 Dec 2006 08:03:45 +0000
parents 60b1bc8dbf37
children
comparison
equal deleted inserted replaced
15084:e0d70bba8290 15085:f3573d941d66
205 * This will cause an email to be sent to the address associated with 205 * This will cause an email to be sent to the address associated with
206 * the account. By following the instructions in the mail, you can 206 * the account. By following the instructions in the mail, you can
207 * get the TRIAL flag removed from your account. 207 * get the TRIAL flag removed from your account.
208 * 208 *
209 */ 209 */
210 int 210 void
211 aim_admin_reqconfirm(OscarData *od, FlapConnection *conn) 211 aim_admin_reqconfirm(OscarData *od, FlapConnection *conn)
212 { 212 {
213 return aim_genericreq_n(od, conn, 0x0007, 0x0006); 213 aim_genericreq_n(od, conn, 0x0007, 0x0006);
214 } 214 }
215 215
216 /* 216 /*
217 * Subtype 0x0007 - Account confirmation request acknowledgement. 217 * Subtype 0x0007 - Account confirmation request acknowledgement.
218 * 218 *