]> 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 9214c2074f007267f0a1658662bd51b5602980d1..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 */
@@ -26,6 +26,8 @@ extern        int             appendmode;
 extern int             verbose;
 extern int             continuemode;
 extern int             nosubordinates;
+extern int             dryrun;
+extern struct berval   sub_ndn;
 
 extern char    *ldiffile;
 extern FILE    *ldiffp;