X-Git-Url: http://git.iain.cx/?a=blobdiff_plain;f=process.h;h=165bb225e4677a70163bf3aaa002d0da8617284b;hb=470de9224d9473853d24006d7ae13eba818ecf0f;hp=4a1547b7390f4bb7424137d84a49240f0a84dd11;hpb=23b8173ce06a843f18a9269fc6f7d4d0d224cd4c;p=nssm.git diff --git a/process.h b/process.h index 4a1547b..165bb22 100644 --- a/process.h +++ b/process.h @@ -13,9 +13,9 @@ int get_process_creation_time(HANDLE, FILETIME *); int get_process_exit_time(HANDLE, FILETIME *); int check_parent(char *, PROCESSENTRY32 *, unsigned long, FILETIME *, FILETIME *); int CALLBACK kill_window(HWND, LPARAM); -int kill_threads(char *, kill_t *); -int kill_console(char *, HANDLE, unsigned long); -int kill_process(char *, unsigned long, HANDLE, unsigned long, unsigned long); -void kill_process_tree(char *, unsigned long, unsigned long, unsigned long, unsigned long, FILETIME *, FILETIME *); +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); #endif