]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/tools/slapcommon.h
add global, per backend and per op_ndn time/size soft, hard and to-be-checked limits...
[openldap] / servers / slapd / tools / slapcommon.h
index a5b62b42b15406d1c3757113c18fcd396dc5eb4f..ca8dcf52077c95564a9dec29de4b2f65ab4cfd16 100644 (file)
@@ -1,5 +1,6 @@
+/* $OpenLDAP$ */
 /*
- * Copyright 1998-1999 The OpenLDAP Foundation, All Rights Reserved.
+ * Copyright 1998-2000 The OpenLDAP Foundation, All Rights Reserved.
  * COPYING RESTRICTIONS APPLY, see COPYRIGHT file
  */
 /* slapcommon.h - common definitions for the slap tools */
@@ -8,7 +9,6 @@
 #define SLAPCOMMON_H_ 1
 
 #define SLAPD_TOOLS 1
-#include "ldap_defaults.h"
 #include "../slap.h"
 
 enum slaptool {
@@ -24,6 +24,7 @@ extern        char    *conffile;
 extern Backend *be;
 extern int             appendmode;
 extern int             verbose;
+extern int             continuemode;
 
 extern char    *ldiffile;
 extern FILE    *ldiffp;
@@ -33,4 +34,6 @@ void slap_tool_init LDAP_P((
        int tool,
        int argc, char **argv ));
 
+void slap_tool_destroy LDAP_P((void));
+
 #endif /* SLAPCOMMON_H_ */