Commit afaa4d63 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

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

parent 1f2d7087
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment