X-Git-Url: http://git.iain.cx/?a=blobdiff_plain;f=process.h;h=25606213b77931a77c0e4544213d9b64dada89c7;hb=40792fac2ef98e69c331b9cd5a9279dc3e1eb730;hp=c12d7333d8819c35af40573c5061a0a8eb030922;hpb=9884e231415258809dfb1ef117b6bc9a5b011514;p=nssm.git diff --git a/process.h b/process.h index c12d733..2560621 100644 --- a/process.h +++ b/process.h @@ -15,6 +15,7 @@ int check_parent(char *, PROCESSENTRY32 *, unsigned long, FILETIME *, FILETIME * int CALLBACK kill_window(HWND, LPARAM); int kill_threads(char *, kill_t *); int kill_process(char *, HANDLE, unsigned long, unsigned long); +int kill_console(char *, HANDLE, unsigned long); void kill_process_tree(char *, unsigned long, unsigned long, unsigned long, FILETIME *, FILETIME *); #endif