Exemplo n.º 1
0
void dlg_clean_timer_exec(unsigned int ticks, void* param)
{
	dlg_clean_run(ticks);
}
Exemplo n.º 2
0
void dlg_clean_timer_exec(unsigned int ticks, void* param)
{
	dlg_clean_run(ticks);
	remove_expired_remote_profiles(time(NULL));
}