comparison 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
comparison
equal deleted inserted replaced
12411:8c339d9f1bb4 12412:a88ca6da0b38
204 204
205 /* 205 /*
206 * Bleck functions get called when there's no non-bleck functions 206 * Bleck functions get called when there's no non-bleck functions
207 * around to cleanup the mess... 207 * around to cleanup the mess...
208 */ 208 */
209 faim_internal int bleck(aim_session_t *sess, aim_frame_t *frame, ...) 209 static int bleck(aim_session_t *sess, aim_frame_t *frame, ...)
210 { 210 {
211 fu16_t family, subtype; 211 fu16_t family, subtype;
212 fu16_t maxf, maxs; 212 fu16_t maxf, maxs;
213 213
214 static const char *channels[6] = { 214 static const char *channels[6] = {