comparison src/idle.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 3ef381cdc47e
children 200f22ca4890
comparison
equal deleted inserted replaced
12411:8c339d9f1bb4 12412:a88ca6da0b38
249 gaim_idle_get_ui_ops(void) 249 gaim_idle_get_ui_ops(void)
250 { 250 {
251 return idle_ui_ops; 251 return idle_ui_ops;
252 } 252 }
253 253
254 void * 254 static void *
255 gaim_idle_get_handle() 255 gaim_idle_get_handle()
256 { 256 {
257 static int handle; 257 static int handle;
258 258
259 return &handle; 259 return &handle;