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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/zen/sys_info.h b/zen/sys_info.h
index 0126ad2f..0393e1fb 100644
--- a/zen/sys_info.h
+++ b/zen/sys_info.h
@@ -15,6 +15,8 @@ namespace zen
//COM needs to be initialized before calling any of these functions! CoInitializeEx/CoUninitialize
Zstring getLoginUser(); //throw FileError
+Zstring getUserDescription();//throw FileError
+
struct ComputerModel
{
bgstack15