X-Git-Url: http://git.iain.cx/?a=blobdiff_plain;f=account.h;h=04cb10e216ed9a78fd7cf55216b0da5138cba60b;hb=62f28c55d444d846579159133dbe091809a2c08b;hp=a4377b925bb127325b0f47921ef6ee23387d144e;hpb=71764fe41e37f36bcbc89ac62f664aeda4240790;p=nssm.git diff --git a/account.h b/account.h index a4377b9..04cb10e 100644 --- a/account.h +++ b/account.h @@ -19,6 +19,7 @@ int username_sid(const TCHAR *, SID **); int username_equiv(const TCHAR *, const TCHAR *); int canonicalise_username(const TCHAR *, TCHAR **); int is_localsystem(const TCHAR *); +TCHAR *virtual_account(const TCHAR *); int is_virtual_account(const TCHAR *, const TCHAR *); const TCHAR *well_known_sid(SID *); const TCHAR *well_known_username(const TCHAR *);