VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Common/Registry.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Common/Registry.h')
-rw-r--r--src/Common/Registry.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Common/Registry.h b/src/Common/Registry.h
index fe80fb0d..99396771 100644
--- a/src/Common/Registry.h
+++ b/src/Common/Registry.h
@@ -31,6 +31,7 @@ BOOL WriteRegistryBytes (char *path, char *name, char *str, DWORD size);
BOOL DeleteLocalMachineRegistryKey (char *parentKey, char *subKeyToDelete);
void DeleteRegistryValue (char *subKey, char *name);
void GetStartupRegKeyName (char *regk, size_t cbRegk);
+void GetRestorePointRegKeyName (char *regk, size_t cbRegk);
#ifdef __cplusplus
}