~james-page/ubuntu/maverick/openldap/fix-666028

« back to all changes in this revision

Viewing changes to servers/slapd/proto-slap.h

  • Committer: Bazaar Package Importer
  • Author(s): Mathias Gug
  • Date: 2010-02-18 00:58:13 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20100218005813-8230cn0y207m8wzy
Tags: 2.4.21-0ubuntu1
* New upstream release.
* debian/rules, debian/schema/extra/: 
  Fix get-orig-source rule to supports extra schemas shipped as part of the
  debian/schema/ directory.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* $OpenLDAP: pkg/ldap/servers/slapd/proto-slap.h,v 1.670.2.54 2009/08/25 22:44:25 quanah Exp $ */
 
1
/* $OpenLDAP: pkg/ldap/servers/slapd/proto-slap.h,v 1.670.2.55 2009/11/18 01:16:16 quanah Exp $ */
2
2
/* This work is part of OpenLDAP Software <http://www.openldap.org/>.
3
3
 *
4
4
 * Copyright 1998-2009 The OpenLDAP Foundation.
814
814
 */
815
815
 
816
816
LDAP_SLAPD_V( int ) slap_serverID;
 
817
LDAP_SLAPD_V( const struct berval ) slap_ldapsync_bv;
 
818
LDAP_SLAPD_V( const struct berval ) slap_ldapsync_cn_bv;
817
819
LDAP_SLAPD_F (void) slap_get_commit_csn LDAP_P((
818
820
        Operation *, struct berval *maxcsn, int *foundit ));
819
821
LDAP_SLAPD_F (void) slap_rewind_commit_csn LDAP_P(( Operation * ));
820
822
LDAP_SLAPD_F (void) slap_graduate_commit_csn LDAP_P(( Operation * ));
 
823
LDAP_SLAPD_F (Entry *) slap_create_context_csn_entry LDAP_P(( Backend *, struct berval *));
821
824
LDAP_SLAPD_F (int) slap_get_csn LDAP_P(( Operation *, struct berval *, int ));
822
825
LDAP_SLAPD_F (void) slap_queue_csn LDAP_P(( Operation *, struct berval * ));
823
826