openldap/servers/slapd/back-passwd/proto-passwd.h

32 lines
880 B
C
Raw Normal View History

2004-11-11 08:39:19 +08:00
/* $OpenLDAP$ */
/* This work is part of OpenLDAP Software <http://www.openldap.org/>.
*
2011-01-05 08:42:37 +08:00
* Copyright 1998-2011 The OpenLDAP Foundation.
2004-11-11 08:39:19 +08:00
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted only as authorized by the OpenLDAP
* Public License.
*
* A copy of this license is available in the file LICENSE in the
* top-level directory of the distribution or, alternatively, at
* <http://www.OpenLDAP.org/license.html>.
*/
#ifndef PROTO_PASSWD_H
#define PROTO_PASSWD_H
LDAP_BEGIN_DECL
2004-11-16 03:45:49 +08:00
extern BI_init passwd_back_initialize;
2005-04-09 08:29:06 +08:00
extern BI_open passwd_back_open;
2004-11-11 08:39:19 +08:00
extern BI_destroy passwd_back_destroy;
extern BI_db_config passwd_back_db_config;
extern BI_op_search passwd_back_search;
2005-04-09 08:29:06 +08:00
extern AttributeDescription *ad_sn;
extern AttributeDescription *ad_desc;
2004-11-11 08:39:19 +08:00
LDAP_END_DECL
#endif /* PROTO_PASSWD_H */