X-Git-Url: http://git.iain.cx/?a=blobdiff_plain;f=gui.h;fp=gui.h;h=5cc9cea71788d1302c80b476d00703757da5fb3d;hb=69df8a039d4a5c6e3e955fe75167bb472292fc1d;hp=ad6bc565d86e87a9621e56b31c1b49f1d160e107;hpb=6a12d5bf24211cfee30c47354b32befc3abae5b8;p=nssm.git diff --git a/gui.h b/gui.h index ad6bc56..5cc9cea 100644 --- a/gui.h +++ b/gui.h @@ -6,11 +6,11 @@ #include #include "resource.h" -int nssm_gui(int, TCHAR *); +int nssm_gui(int, nssm_service_t *); void centre_window(HWND); int install(HWND); int remove(HWND); void browse(HWND); -INT_PTR CALLBACK install_dlg(HWND, UINT, WPARAM, LPARAM); +INT_PTR CALLBACK nssm_dlg(HWND, UINT, WPARAM, LPARAM); #endif