summaryrefslogtreecommitdiff
path: root/FreeFileSync/Source/ffs_paths.h
diff options
context:
space:
mode:
Diffstat (limited to 'FreeFileSync/Source/ffs_paths.h')
-rw-r--r--FreeFileSync/Source/ffs_paths.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/FreeFileSync/Source/ffs_paths.h b/FreeFileSync/Source/ffs_paths.h
index bf103e28..cbf4edb4 100644
--- a/FreeFileSync/Source/ffs_paths.h
+++ b/FreeFileSync/Source/ffs_paths.h
@@ -22,6 +22,7 @@ Zstring getConfigDirPathPf(); // config directory WITH trailing path separator
bool isPortableVersion();
+ Zstring getInstallDirPath();
zen::VolumeId getFfsVolumeId(); //throw FileError
bgstack15