X-Git-Url: http://git.iain.cx/?a=blobdiff_plain;ds=sidebyside;f=registry.h;h=34d75f3ea4d17b687e67830bc28d1c142004e27b;hb=cca8d28295ce27b7c996b47badc6a1e3a6a34e65;hp=1734d4e72289a359bac6b1bd7734bead94f8e2e9;hpb=c03d51cbbfe9f4f8a28dbabbfc068573a1842b74;p=nssm.git diff --git a/registry.h b/registry.h index 1734d4e..34d75f3 100644 --- a/registry.h +++ b/registry.h @@ -47,6 +47,7 @@ int set_number(HKEY, TCHAR *, unsigned long); int get_number(HKEY, TCHAR *, unsigned long *, bool); int get_number(HKEY, TCHAR *, unsigned long *); void override_milliseconds(TCHAR *, HKEY, TCHAR *, unsigned long *, unsigned long, unsigned long); +int get_io_parameters(nssm_service_t *, HKEY); int get_parameters(nssm_service_t *, STARTUPINFO *); int get_exit_action(const TCHAR *, unsigned long *, TCHAR *, bool *);