X-Git-Url: http://git.iain.cx/?a=blobdiff_plain;f=registry.h;h=564e67426683f2ac91f81552070ae51431be2e3c;hb=2c60e5334f6df07bf42e7a91cf59638453eca473;hp=600c1886b543df5e6e8982f98b6aa6547768b20c;hpb=df8b0890255d7d1eeade3ba7754ef37c61d2fbad;p=nssm.git diff --git a/registry.h b/registry.h index 600c188..564e674 100644 --- a/registry.h +++ b/registry.h @@ -26,8 +26,8 @@ #define NSSM_STDIO_LENGTH 29 int create_messages(); -int create_parameters(nssm_service_t *); -int create_exit_action(TCHAR *, const TCHAR *); +int create_parameters(nssm_service_t *, bool); +int create_exit_action(TCHAR *, const TCHAR *, bool); int set_environment(TCHAR *, HKEY, TCHAR *, TCHAR **, unsigned long *); int expand_parameter(HKEY, TCHAR *, TCHAR *, unsigned long, bool, bool); int expand_parameter(HKEY, TCHAR *, TCHAR *, unsigned long, bool);