diff libgaim/protocols/oscar/family_bos.c @ 15086: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
line wrap: on
line diff
--- a/libgaim/protocols/oscar/family_bos.c	Sat Dec 02 03:12:57 2006 +0000
+++ b/libgaim/protocols/oscar/family_bos.c	Sat Dec 02 08:03:45 2006 +0000
@@ -78,9 +78,10 @@
  * a bitwise OR of all the user classes you want to see you.
  *
  */
-int aim_bos_setgroupperm(OscarData *od, FlapConnection *conn, guint32 mask)
+void
+aim_bos_setgroupperm(OscarData *od, FlapConnection *conn, guint32 mask)
 {
-	return aim_genericreq_l(od, conn, 0x0009, 0x0004, &mask);
+	aim_genericreq_l(od, conn, 0x0009, 0x0004, &mask);
 }
 
 /*