include: Remove functions declarations from winldap.h that don't exist in the native header.

Signed-off-by: Hans Leidekker <hans@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Hans Leidekker 2021-04-06 15:46:52 +02:00 committed by Alexandre Julliard
parent 3f25be74fc
commit 62721a7db3
4 changed files with 3 additions and 12 deletions

View File

@ -38,6 +38,7 @@
#include "lmcons.h"
#include "lmapibuf.h"
#include "winldap.h"
#include "winber.h"
#include "adsldp_private.h"

View File

@ -24,6 +24,7 @@
#include <windef.h>
#include <winbase.h>
#include <winldap.h>
#include <winber.h>
#include "wine/test.h"

View File

@ -741,6 +741,7 @@ SOURCES = \
wimgapi.h \
winapifamily.h \
winbase.h \
winber.h \
wincodec.idl \
wincodecsdk.idl \
wincon.h \

View File

@ -632,19 +632,7 @@ ULONG CDECL ldap_value_freeW(PWCHAR*);
#define ldap_value_free WINELIB_NAME_AW(ldap_value_free)
ULONG CDECL ldap_value_free_len(struct berval**);
BerElement* CDECL ber_alloc_t(INT);
BERVAL* CDECL ber_bvdup(BERVAL*);
void CDECL ber_bvecfree(PBERVAL*);
void CDECL ber_bvfree(BERVAL*);
ULONG CDECL ber_first_element(BerElement*,ULONG*,CHAR**);
INT CDECL ber_flatten(BerElement*,PBERVAL*);
void CDECL ber_free(BerElement*,INT);
BerElement* CDECL ber_init(BERVAL*);
ULONG CDECL ber_next_element(BerElement*,ULONG*,CHAR*);
ULONG CDECL ber_peek_tag(BerElement*,ULONG*);
INT WINAPIV ber_printf(BerElement*,PCHAR,...);
ULONG CDECL ber_skip_tag(BerElement*,ULONG*);
INT WINAPIV ber_scanf(BerElement*,PCHAR,...);
ULONG CDECL LdapGetLastError(void);
ULONG CDECL LdapMapErrorToWin32(ULONG);