]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/tools/slapcommon.h
Implement slapcat -s <dn>: Only dump a subtree of the database.
[openldap] / servers / slapd / tools / slapcommon.h
index dd0f1b1f55ab90eb8dd4b04f238a5d021bf8bfab..3a1120ba98caac7a7a0669ab1c2e0be8770430b1 100644 (file)
@@ -1,6 +1,6 @@
 /* $OpenLDAP$ */
 /*
- * Copyright 1998-2000 The OpenLDAP Foundation, All Rights Reserved.
+ * Copyright 1998-2003 The OpenLDAP Foundation, All Rights Reserved.
  * COPYING RESTRICTIONS APPLY, see COPYRIGHT file
  */
 /* slapcommon.h - common definitions for the slap tools */
@@ -24,8 +24,10 @@ 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 struct berval   sub_ndn;
 
 extern char    *ldiffile;
 extern FILE    *ldiffp;