* sec_auth.cc (str2buf2uni): Remove.

* security.h (str2buf2uni): Remove declaration.
This commit is contained in:
Corinna Vinschen
2009-03-24 10:53:57 +00:00
parent 28186e81d9
commit 6a32d500a9
3 changed files with 5 additions and 14 deletions

View File

@@ -365,7 +365,6 @@ int getacl (HANDLE, path_conv &, int, __acl32 *);
int setacl (HANDLE, path_conv &, int, __acl32 *, bool &);
struct _UNICODE_STRING;
void __stdcall str2buf2uni (_UNICODE_STRING &, WCHAR *, const char *) __attribute__ ((regparm (3)));
void __stdcall str2uni_cat (_UNICODE_STRING &, const char *) __attribute__ ((regparm (2)));
/* Function creating a token by calling NtCreateToken. */