diff src/protocols/oscar/rxhandlers.c @ 12412:a88ca6da0b38

[gaim-migrate @ 14719] Make some functions static. committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Thu, 08 Dec 2005 21:00:39 +0000
parents 7d31d61e6438
children f2431a7e33aa
line wrap: on
line diff
--- a/src/protocols/oscar/rxhandlers.c	Thu Dec 08 20:59:49 2005 +0000
+++ b/src/protocols/oscar/rxhandlers.c	Thu Dec 08 21:00:39 2005 +0000
@@ -206,7 +206,7 @@
  * Bleck functions get called when there's no non-bleck functions
  * around to cleanup the mess...
  */
-faim_internal int bleck(aim_session_t *sess, aim_frame_t *frame, ...)
+static int bleck(aim_session_t *sess, aim_frame_t *frame, ...)
 {
 	fu16_t family, subtype;
 	fu16_t maxf, maxs;