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 0393e1fb..ce07d7a1 100644
--- a/zen/sys_info.h
+++ b/zen/sys_info.h
@@ -35,6 +35,7 @@ Zstring getRealProcessPath(); //throw FileError
Zstring getUserDownloadsPath(); //throw FileError
Zstring getUserDataPath(); //throw FileError
+Zstring getUserHome(); //throw FileError
}
#endif //SYSTEM_H_4189731847832147508915
bgstack15