mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-15 03:01:09 +08:00
Added get_supported_extension(), removed extern supportedExtensions[].
This commit is contained in:
parent
fbe44c195d
commit
883f9de61d
@ -234,6 +234,13 @@ int entry_cmp LDAP_P(( Entry *a, Entry *b ));
|
||||
int entry_dn_cmp LDAP_P(( Entry *a, Entry *b ));
|
||||
int entry_id_cmp LDAP_P(( Entry *a, Entry *b ));
|
||||
|
||||
/*
|
||||
* extended.c
|
||||
*/
|
||||
|
||||
int load_extension LDAP_P((const void *module, const char *file_name));
|
||||
char *get_supported_extension LDAP_P((int index));
|
||||
|
||||
/*
|
||||
* filter.c
|
||||
*/
|
||||
@ -273,7 +280,6 @@ void *module_resolve LDAP_P((const void *module, const char *name));
|
||||
/*
|
||||
* monitor.c
|
||||
*/
|
||||
extern char *supportedExtensions[];
|
||||
extern char *supportedControls[];
|
||||
|
||||
void monitor_info LDAP_P((
|
||||
@ -524,8 +530,6 @@ extern int do_search LDAP_P((Connection *conn, Operation *op));
|
||||
extern int do_unbind LDAP_P((Connection *conn, Operation *op));
|
||||
extern int do_extended LDAP_P((Connection *conn, Operation *op));
|
||||
|
||||
int load_extension LDAP_P((const void *module, const char *file_name));
|
||||
|
||||
|
||||
extern ber_socket_t dtblsize;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user