X-Git-Url: http://git.iain.cx/?a=blobdiff_plain;f=gui.h;h=5cc9cea71788d1302c80b476d00703757da5fb3d;hb=df8b0890255d7d1eeade3ba7754ef37c61d2fbad;hp=ad6bc565d86e87a9621e56b31c1b49f1d160e107;hpb=5b9e64a9ae1fbf1254c9c246e5b123d3aa77a37a;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