X-Git-Url: http://git.iain.cx/?a=blobdiff_plain;f=registry.h;h=0580aff37b0d2e1127738a210cd11f7f6af3e052;hb=e26682667e15433cad518e622c3c061840b487dd;hp=394a49ff94f2c47b52c0dc2f260b96885ab09430;hpb=66861c12e7d515f4d0e779102780d89e3fcd2a12;p=nssm.git diff --git a/registry.h b/registry.h index 394a49f..0580aff 100644 --- a/registry.h +++ b/registry.h @@ -38,6 +38,7 @@ #define NSSM_STDIO_LENGTH 29 HKEY open_service_registry(const TCHAR *, REGSAM sam, bool); +long open_registry(const TCHAR *, const TCHAR *, REGSAM sam, HKEY *, bool); HKEY open_registry(const TCHAR *, const TCHAR *, REGSAM sam, bool); HKEY open_registry(const TCHAR *, const TCHAR *, REGSAM sam); HKEY open_registry(const TCHAR *, REGSAM sam);