X-Git-Url: http://git.iain.cx/?a=blobdiff_plain;f=process.h;h=a79f9fd91eb3c29e5b4112bb5a89a561d96fa13d;hb=11226a6ddf6ad8e763b1241392949982f10222c4;hp=3489f547b755086a1ea4737057e45010aff43672;hpb=e19b4a0eedf34a09e999394a2863cb2ef47cdc14;p=nssm.git diff --git a/process.h b/process.h index 3489f54..a79f9fd 100644 --- a/process.h +++ b/process.h @@ -14,7 +14,7 @@ int get_process_exit_time(HANDLE, FILETIME *); int check_parent(TCHAR *, PROCESSENTRY32 *, unsigned long, FILETIME *, FILETIME *); int CALLBACK kill_window(HWND, LPARAM); int kill_threads(nssm_service_t *, kill_t *); -int kill_console(nssm_service_t *); +int kill_console(nssm_service_t *, kill_t *); int kill_process(nssm_service_t *, HANDLE, unsigned long, unsigned long); void kill_process_tree(nssm_service_t *, unsigned long, unsigned long, unsigned long);