Kill process tree when stopping service.
[nssm.git] / process.h
diff --git a/process.h b/process.h
new file mode 100644 (file)
index 0000000..95f87b2
--- /dev/null
+++ b/process.h
@@ -0,0 +1,8 @@
+#ifndef PROCESS_H
+#define PROCESS_H
+
+#include <tlhelp32.h>
+
+void kill_process_tree(char *, unsigned long, unsigned long, unsigned long);
+
+#endif