~ubuntu-branches/ubuntu/maverick/openldap/maverick-proposed

« back to all changes in this revision

Viewing changes to clients/tools/common.h

  • Committer: Bazaar Package Importer
  • Author(s): Mathias Gug
  • Date: 2009-09-07 13:41:10 UTC
  • mto: This revision was merged to the branch mainline in revision 19.
  • Revision ID: james.westby@ubuntu.com-20090907134110-jsdrvn0atu1fex4m
Tags: upstream-2.4.18
ImportĀ upstreamĀ versionĀ 2.4.18

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* common.h - common definitions for the ldap client tools */
2
 
/* $OpenLDAP: pkg/ldap/clients/tools/common.h,v 1.24.2.4 2009/01/22 00:00:42 kurt Exp $ */
 
2
/* $OpenLDAP: pkg/ldap/clients/tools/common.h,v 1.24.2.5 2009/07/22 20:02:20 quanah Exp $ */
3
3
/* This work is part of OpenLDAP Software <http://www.openldap.org/>.
4
4
 *
5
5
 * Copyright 1998-2009 The OpenLDAP Foundation.
93
93
#ifdef LDAP_CONTROL_X_CHAINING_BEHAVIOR
94
94
extern int              chaining;
95
95
#endif /* LDAP_CONTROL_X_CHAINING_BEHAVIOR */
 
96
extern ber_int_t        vlvPos;
 
97
extern ber_int_t        vlvCount;
 
98
extern struct berval    *vlvContext;
96
99
 
97
100
/* options */
98
101
extern struct timeval   nettimeout;