openldap/servers/slapd/back-passwd/external.h
Howard Chu ede3abc8c7 Changed search attrs to struct berval **.
Use typedefs for all backend functions, to minimize work in future API
updates. (back-*/external.h will never need updating in the future.)
2001-12-26 08:47:04 +00:00

16 lines
261 B
C

/* $OpenLDAP$ */
#ifndef _PASSWD_EXTERNAL_H
#define _PASSWD_EXTERNAL_H
LDAP_BEGIN_DECL
extern BI_init passwd_back_initialize;
extern BI_op_search passwd_back_search;
extern BI_db_config passwd_back_db_config;
LDAP_END_DECL
#endif /* _PASSWD_EXTERNAL_H */