diff options
Diffstat (limited to 'winsup/cygwin/shared.h')
-rw-r--r-- | winsup/cygwin/shared.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/winsup/cygwin/shared.h b/winsup/cygwin/shared.h index 1b594d5d7..1c959eca8 100644 --- a/winsup/cygwin/shared.h +++ b/winsup/cygwin/shared.h @@ -252,6 +252,10 @@ public: ~reg_key (); }; +/* 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); + /******** Mount Table ********/ /* Mount table entry */ |