diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/Windows/Registry.hs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Windows/Registry.hs b/src/Windows/Registry.hs index cb44ffe..c0ead17 100644 --- a/src/Windows/Registry.hs +++ b/src/Windows/Registry.hs @@ -23,14 +23,18 @@ module Windows.Registry , deleteValue , queryValue + , queryType , getValue , GetValueFlag(..) + , getType + , getExpandedString , setValue , setString , setExpandableString + , setStringPreserveType ) where import Data.Bits ((.|.)) |