diff options
Diffstat (limited to 'Libraries/LibCore/CUserInfo.h')
-rw-r--r-- | Libraries/LibCore/CUserInfo.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Libraries/LibCore/CUserInfo.h b/Libraries/LibCore/CUserInfo.h new file mode 100644 index 0000000000..b47cec4af1 --- /dev/null +++ b/Libraries/LibCore/CUserInfo.h @@ -0,0 +1 @@ +const char* get_current_user_home_path(); |