95f87b2c4815d5b20e7e0a156e0f0ed60d61383f
[nssm.git] / process.h
1 #ifndef PROCESS_H
2 #define PROCESS_H
3
4 #include <tlhelp32.h>
5
6 void kill_process_tree(char *, unsigned long, unsigned long, unsigned long);
7
8 #endif