X-Git-Url: http://git.iain.cx/?a=blobdiff_plain;f=account.h;h=e6b40f08a81bbfc3c0bacf56c657a04ac878cf7e;hb=f5e50181eb7b62f62c4a9a6164d78df1460798d8;hp=1719e6d2405234ec68aa7a669aed6839b16aed9a;hpb=6500f75954f9d96d35d4aa2749d36807704c1cb3;p=nssm.git diff --git a/account.h b/account.h index 1719e6d..e6b40f0 100644 --- a/account.h +++ b/account.h @@ -15,6 +15,7 @@ int open_lsa_policy(LSA_HANDLE *); int username_sid(const TCHAR *, SID **, LSA_HANDLE *); int username_sid(const TCHAR *, SID **); int username_equiv(const TCHAR *, const TCHAR *); +int canonicalise_username(const TCHAR *, TCHAR **); int is_localsystem(const TCHAR *); const TCHAR *well_known_sid(SID *); const TCHAR *well_known_username(const TCHAR *);