diff options
Diffstat (limited to 'winsup/cygwin/registry.h')
-rw-r--r-- | winsup/cygwin/registry.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/winsup/cygwin/registry.h b/winsup/cygwin/registry.h index f0c807941..651eb95a9 100644 --- a/winsup/cygwin/registry.h +++ b/winsup/cygwin/registry.h @@ -39,5 +39,5 @@ public: }; /* Evaluates path to the directory of the local user registry hive */ -char *__stdcall get_registry_hive_path (const PSID psid, char *path); -void __stdcall load_registry_hive (PSID psid); +char *__stdcall get_registry_hive_path (const char *name, char *path); +void __stdcall load_registry_hive (const char *name); |