9 lines
76 B
C
9 lines
76 B
C
/* $Id$ */
|
|
|
|
#ifndef _MBFKILL_H
|
|
#define _MBFKILL_H
|
|
|
|
void Kill(void);
|
|
|
|
#endif
|