Commit 38884e03 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

Small documentation tweaks to avoid winapi_check warnings.

parent 6f0ff149
......@@ -57,7 +57,7 @@ static LONG dll_count;
static const WCHAR installerW[] = {'\\','I','n','s','t','a','l','l','e','r',0};
/**********************************************************************
/*
* Dll lifetime tracking declaration
*/
static void LockModule(void)
......
......@@ -187,6 +187,9 @@ ULONG ldap_get_paged_count( WLDAP32_LDAP *ld, PLDAPSearch search,
return ret;
}
/***********************************************************************
* ldap_parse_page_controlA (WLDAP32.@)
*/
ULONG ldap_parse_page_controlA( WLDAP32_LDAP *ld, PLDAPControlA *ctrls,
ULONG *count, struct WLDAP32_berval **cookie )
{
......@@ -209,6 +212,9 @@ ULONG ldap_parse_page_controlA( WLDAP32_LDAP *ld, PLDAPControlA *ctrls,
return ret;
}
/***********************************************************************
* ldap_parse_page_controlW (WLDAP32.@)
*/
ULONG ldap_parse_page_controlW( WLDAP32_LDAP *ld, PLDAPControlW *ctrls,
ULONG *count, struct WLDAP32_berval **cookie )
{
......
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