File: appkill_prototypes.h

package info (click to toggle)
penguin 19-3
  • links: PTS
  • area: contrib
  • in suites: etch, etch-m68k
  • size: 2,468 kB
  • ctags: 2,393
  • sloc: ansic: 13,993; makefile: 134
file content (8 lines) | stat: -rw-r--r-- 125 bytes parent folder | download
1
2
3
4
5
6
7
8
/*
 *	appkill_prototypes.h
 */

#include <Processes.h>

void	SendKill(ProcessSerialNumber psn);
void	KillAllOtherApps(void);