Commit 62721a7d authored by Hans Leidekker's avatar Hans Leidekker Committed by Alexandre Julliard

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

parent 3f25be74
......@@ -38,6 +38,7 @@
#include "lmcons.h"
#include "lmapibuf.h"
#include "winldap.h"
#include "winber.h"
#include "adsldp_private.h"
......
......@@ -24,6 +24,7 @@
#include <windef.h>
#include <winbase.h>
#include <winldap.h>
#include <winber.h>
#include "wine/test.h"
......
......@@ -741,6 +741,7 @@ SOURCES = \
wimgapi.h \
winapifamily.h \
winbase.h \
winber.h \
wincodec.idl \
wincodecsdk.idl \
wincon.h \
......
......@@ -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);
......
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