X-Git-Url: http://git.iain.cx/?a=blobdiff_plain;f=registry.h;h=11c4e69b8981e71ffa1a677fd2fb96a54339da81;hb=70c205435a839d0378035071777e8c8384008337;hp=d8018ac15132cba44e83a6218e148c248032b4da;hpb=6adc886e1fa296f67aacef0c01994e302e8caf86;p=nssm.git diff --git a/registry.h b/registry.h index d8018ac..11c4e69 100644 --- a/registry.h +++ b/registry.h @@ -43,6 +43,7 @@ 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); +long enumerate_registry_values(HKEY, unsigned long *, TCHAR *, unsigned long); int create_messages(); int create_parameters(nssm_service_t *, bool); int create_exit_action(TCHAR *, const TCHAR *, bool);