Subversion Repositories Kolibri OS

Rev

Rev 1673 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
1673 Nasarus 1
 
2
{
3
4
 
5
if (!strlen(process_name))
6
	{
7
	for (i = 2;i<256;i++)
8
		{
9
		kol_kill_process(i);
10
		}
11
	return TRUE;
12
	}
13
return TRUE;
14
}
1807 Albom 15
>