7 lines
89 B
C
7 lines
89 B
C
#ifndef PCTL_KILL_H_
|
|
#define PCTL_KILL_H_
|
|
|
|
void pctl_kill(void);
|
|
|
|
#endif // PCTL_KILL_H_
|