summaryrefslogtreecommitdiff
path: root/configmgr/source/winreg.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'configmgr/source/winreg.hxx')
-rw-r--r--configmgr/source/winreg.hxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/configmgr/source/winreg.hxx b/configmgr/source/winreg.hxx
index 020977262beb..fb880ac0c564 100644
--- a/configmgr/source/winreg.hxx
+++ b/configmgr/source/winreg.hxx
@@ -13,7 +13,9 @@
namespace configmgr {
-bool dumpWindowsRegistry(OUString* pFileURL);
+enum WinRegType { LOCAL_MACHINE, CURRENT_USER };
+
+bool dumpWindowsRegistry(OUString* pFileURL, WinRegType eType);
}