mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 02:17:34 +00:00
LibCore: Implement Account::self()
This commit is contained in:
parent
3db1681214
commit
fdf638dde0
2 changed files with 40 additions and 0 deletions
|
@ -27,6 +27,7 @@ struct spwd {
|
|||
|
||||
class Account {
|
||||
public:
|
||||
static Account self();
|
||||
static Result<Account, String> from_name(const char* username);
|
||||
static Result<Account, String> from_uid(uid_t uid);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue