summaryrefslogtreecommitdiff
path: root/zen/sys_info.h
diff options
context:
space:
mode:
Diffstat (limited to 'zen/sys_info.h')
-rw-r--r--zen/sys_info.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/zen/sys_info.h b/zen/sys_info.h
index 1b046fb6..4f83a9a3 100644
--- a/zen/sys_info.h
+++ b/zen/sys_info.h
@@ -31,6 +31,7 @@ std::wstring getOsDescription(); //throw FileError
Zstring getRealProcessPath(); //throw FileError
Zstring getUserDownloadsPath(); //throw FileError
+Zstring getUserDataPath(); //throw FileError
}
bgstack15