]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/tools/slapcommon.h
use more appropriate error code
[openldap] / servers / slapd / tools / slapcommon.h
index ffa400786121ea67f92698b0b93933a4309678db..aef22fcc62ec40dd8fb71237cc2d17e1e932db47 100644 (file)
@@ -1,5 +1,6 @@
+/* $OpenLDAP$ */
 /*
- * Copyright 1998-1999 The OpenLDAP Foundation, All Rights Reserved.
+ * Copyright 1998-2002 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,8 +24,9 @@ extern        char    *conffile;
 extern Backend *be;
 extern int             appendmode;
 extern int             verbose;
-extern int             noschemacheck;
 extern int             continuemode;
+extern int             nosubordinates;
+extern int             dryrun;
 
 extern char    *ldiffile;
 extern FILE    *ldiffp;