X-Git-Url: http://git.iain.cx/?a=blobdiff_plain;f=process.h;h=a79f9fd91eb3c29e5b4112bb5a89a561d96fa13d;hb=f13f3f81d7ad3ccda728d06f615ce5f724023f4e;hp=a8f2989dc2b4d5af4906460d94b71cf2db5efdaf;hpb=135329c0790e6d33f658727be3e5439a167a7da8;p=nssm.git diff --git a/process.h b/process.h index a8f2989..a79f9fd 100644 --- a/process.h +++ b/process.h @@ -14,9 +14,8 @@ 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); -int test_environment(TCHAR *); #endif