ntdsapi: Add an API documentation stub to make winapi_check happy.

oldstable
Francois Gouget 2008-02-04 23:59:44 +01:00 committed by Alexandre Julliard
parent 1f2d708766
commit afaa4d63b6
1 changed files with 5 additions and 0 deletions

View File

@ -135,6 +135,11 @@ DWORD WINAPI DsMakeSpnW(LPCWSTR svc_class, LPCWSTR svc_name,
return ERROR_SUCCESS;
}
/***********************************************************************
* DsMakeSpnA (NTDSAPI.@)
*
* See DsMakeSpnW.
*/
DWORD WINAPI DsMakeSpnA(LPCSTR svc_class, LPCSTR svc_name,
LPCSTR inst_name, USHORT inst_port,
LPCSTR ref, DWORD *spn_length, LPSTR spn)