Beispiel #1
0
void dlg_clean_timer_exec(unsigned int ticks, void* param)
{
	dlg_clean_run(ticks);
}
Beispiel #2
0
void dlg_clean_timer_exec(unsigned int ticks, void* param)
{
	dlg_clean_run(ticks);
	remove_expired_remote_profiles(time(NULL));
}