]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/slapcommon.h
apparently, structural_class() args changed
[openldap] / servers / slapd / slapcommon.h
index 30ae1567c5dcc3c5598566a0ed00f6dc92a4258b..a5da19eb763510b2a178679a7b0ed37196ed4a82 100644 (file)
@@ -2,7 +2,7 @@
 /* $OpenLDAP$ */
 /* This work is part of OpenLDAP Software <http://www.openldap.org/>.
  *
- * Copyright 1998-2005 The OpenLDAP Foundation.
+ * Copyright 1998-2006 The OpenLDAP Foundation.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -39,6 +39,7 @@ typedef struct tool_vars {
        int tv_continuemode;
        int tv_nosubordinates;
        int tv_dryrun;
+       int tv_jumpline;
        Filter *tv_filter;
        struct berval tv_sub_ndn;
        struct LDIFFP   *tv_ldiffp;
@@ -64,6 +65,7 @@ extern tool_vars tool_globals;
 
 #define        be tool_globals.tv_be
 #define verbose tool_globals.tv_verbose
+#define jumpline tool_globals.tv_jumpline
 #define update_ctxcsn tool_globals.tv_update_ctxcsn
 #define continuemode tool_globals.tv_continuemode
 #define nosubordinates tool_globals.tv_nosubordinates