mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-02 11:59:45 -05:00
ldif.h include cleanup
This commit is contained in:
parent
2af75ecc6a
commit
61de99937f
6 changed files with 8 additions and 11 deletions
|
|
@ -15,6 +15,7 @@
|
|||
#include <ac/string.h>
|
||||
|
||||
#include "slap.h"
|
||||
#include "ldif.h"
|
||||
|
||||
static unsigned char *ebuf; /* buf returned by entry2str */
|
||||
static unsigned char *ecur; /* pointer to end of currently used ebuf */
|
||||
|
|
|
|||
|
|
@ -17,6 +17,7 @@
|
|||
|
||||
#include "slap.h"
|
||||
#include "lutil.h"
|
||||
#include "ldif.h"
|
||||
|
||||
#ifdef LDAP_SIGCHLD
|
||||
static RETSIGTYPE wait4child( int sig );
|
||||
|
|
|
|||
|
|
@ -18,6 +18,7 @@
|
|||
#endif
|
||||
|
||||
#include "slap.h"
|
||||
#include "ldif.h"
|
||||
|
||||
int
|
||||
add_replica_info(
|
||||
|
|
|
|||
|
|
@ -9,12 +9,11 @@
|
|||
#include <ac/stdlib.h>
|
||||
#include <stdio.h>
|
||||
|
||||
#include "slap.h"
|
||||
#include "proto-slap.h"
|
||||
|
||||
#include <lber.h>
|
||||
#include <ldap_log.h>
|
||||
|
||||
#include "slap.h"
|
||||
|
||||
#ifdef HAVE_CYRUS_SASL
|
||||
#include <limits.h>
|
||||
#include <sasl.h>
|
||||
|
|
@ -25,6 +24,7 @@
|
|||
#include <lutil.h>
|
||||
#endif
|
||||
|
||||
|
||||
static sasl_security_properties_t sasl_secprops;
|
||||
|
||||
static int
|
||||
|
|
|
|||
|
|
@ -15,21 +15,16 @@
|
|||
#include <ac/stdlib.h>
|
||||
#include <stdio.h>
|
||||
|
||||
#include "slap.h"
|
||||
#include "proto-slap.h"
|
||||
|
||||
#include <ac/string.h>
|
||||
|
||||
#include "slap.h"
|
||||
|
||||
#ifdef HAVE_CYRUS_SASL
|
||||
#include <limits.h>
|
||||
#include <sasl.h>
|
||||
#include <ldap_pvt.h>
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
/* URI format: ldap://<host>/<base>[?[<attrs>][?[<scope>][?[<filter>]]]] */
|
||||
|
||||
int slap_parseURI( char *uri, char **searchbase, int *scope, Filter **filter )
|
||||
|
|
|
|||
|
|
@ -32,7 +32,6 @@
|
|||
#include <ldap_schema.h>
|
||||
|
||||
#include "ldap_pvt_thread.h"
|
||||
#include "ldif.h"
|
||||
|
||||
LDAP_BEGIN_DECL
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue