~ubuntu-branches/ubuntu/trusty/openldap/trusty-updates

« back to all changes in this revision

Viewing changes to servers/slapd/back-passwd/back-passwd.h

  • Committer: Package Import Robot
  • Author(s): Chuck Short
  • Date: 2012-01-23 10:01:13 UTC
  • mfrom: (1.3.4)
  • mto: This revision was merged to the branch mainline in revision 47.
  • Revision ID: package-import@ubuntu.com-20120123100113-z3mg83hvuplv9lyj
Tags: upstream-2.4.28
ImportĀ upstreamĀ versionĀ 2.4.28

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* $OpenLDAP: pkg/ldap/servers/slapd/back-passwd/back-passwd.h,v 1.7.2.6 2011/01/04 23:50:40 kurt Exp $ */
 
1
/* $OpenLDAP$ */
2
2
/* This work is part of OpenLDAP Software <http://www.openldap.org/>.
3
3
 *
4
4
 * Copyright 1998-2011 The OpenLDAP Foundation.
24
24
 
25
25
extern BI_destroy       passwd_back_destroy;
26
26
 
27
 
extern BI_db_config     passwd_back_db_config;
28
 
 
29
27
extern BI_op_search     passwd_back_search;
30
28
 
31
29
LDAP_END_DECL