Small documentation tweaks to avoid winapi_check warnings.

This commit is contained in:
Francois Gouget 2006-01-03 12:10:09 +01:00 committed by Alexandre Julliard
parent 6f0ff14966
commit 38884e0347
2 changed files with 7 additions and 1 deletions

View File

@ -57,7 +57,7 @@ static LONG dll_count;
static const WCHAR installerW[] = {'\\','I','n','s','t','a','l','l','e','r',0}; static const WCHAR installerW[] = {'\\','I','n','s','t','a','l','l','e','r',0};
/********************************************************************** /*
* Dll lifetime tracking declaration * Dll lifetime tracking declaration
*/ */
static void LockModule(void) static void LockModule(void)

View File

@ -187,6 +187,9 @@ ULONG ldap_get_paged_count( WLDAP32_LDAP *ld, PLDAPSearch search,
return ret; return ret;
} }
/***********************************************************************
* ldap_parse_page_controlA (WLDAP32.@)
*/
ULONG ldap_parse_page_controlA( WLDAP32_LDAP *ld, PLDAPControlA *ctrls, ULONG ldap_parse_page_controlA( WLDAP32_LDAP *ld, PLDAPControlA *ctrls,
ULONG *count, struct WLDAP32_berval **cookie ) ULONG *count, struct WLDAP32_berval **cookie )
{ {
@ -209,6 +212,9 @@ ULONG ldap_parse_page_controlA( WLDAP32_LDAP *ld, PLDAPControlA *ctrls,
return ret; return ret;
} }
/***********************************************************************
* ldap_parse_page_controlW (WLDAP32.@)
*/
ULONG ldap_parse_page_controlW( WLDAP32_LDAP *ld, PLDAPControlW *ctrls, ULONG ldap_parse_page_controlW( WLDAP32_LDAP *ld, PLDAPControlW *ctrls,
ULONG *count, struct WLDAP32_berval **cookie ) ULONG *count, struct WLDAP32_berval **cookie )
{ {