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

« back to all changes in this revision

Viewing changes to servers/slapd/back-shell/proto-shell.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-shell/proto-shell.h,v 1.4.2.6 2011/01/04 23:50:43 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.
40
40
 
41
41
extern BI_db_init       shell_back_db_init;
42
42
extern BI_db_destroy    shell_back_db_destroy;
43
 
extern BI_db_config     shell_back_db_config;
44
43
 
45
44
extern BI_op_bind       shell_back_bind;
46
45
extern BI_op_unbind     shell_back_unbind;
51
50
extern BI_op_add        shell_back_add;
52
51
extern BI_op_delete     shell_back_delete;
53
52
 
 
53
extern int shell_back_init_cf( BackendInfo *bi );
54
54
LDAP_END_DECL
55
55
 
56
56
#endif /* PROTO_SHELL_H */