X-Git-Url: http://git.iain.cx/?a=blobdiff_plain;f=account.h;h=e6b40f08a81bbfc3c0bacf56c657a04ac878cf7e;hb=2bc7df40fe52fe9e86e382926f7653b55ee02038;hp=1719e6d2405234ec68aa7a669aed6839b16aed9a;hpb=f5ce09a04c7575316ceb640533087e3ce9ae7de1;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 *);