X-Git-Url: http://git.iain.cx/?a=blobdiff_plain;f=process.h;h=3489f547b755086a1ea4737057e45010aff43672;hb=e3b93d0c37ae200fa0375e4be6f435008050b385;hp=a8f2989dc2b4d5af4906460d94b71cf2db5efdaf;hpb=1d0794061744bd7f6ebde9548e408e83d4195d0a;p=nssm.git diff --git a/process.h b/process.h index a8f2989..3489f54 100644 --- a/process.h +++ b/process.h @@ -17,6 +17,5 @@ int kill_threads(nssm_service_t *, kill_t *); int kill_console(nssm_service_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