Alternative open_registry_key() signature.
[nssm.git] / registry.h
index 394a49f..0580aff 100644 (file)
@@ -38,6 +38,7 @@
 #define NSSM_STDIO_LENGTH 29\r
 \r
 HKEY open_service_registry(const TCHAR *, REGSAM sam, bool);\r
+long open_registry(const TCHAR *, const TCHAR *, REGSAM sam, HKEY *, bool);\r
 HKEY open_registry(const TCHAR *, const TCHAR *, REGSAM sam, bool);\r
 HKEY open_registry(const TCHAR *, const TCHAR *, REGSAM sam);\r
 HKEY open_registry(const TCHAR *, REGSAM sam);\r