]> git.sur5r.net Git - openldap/commitdiff
Added get_supported_extension(), removed extern supportedExtensions[].
authorMark Valence <mrv@openldap.org>
Wed, 17 Nov 1999 19:17:31 +0000 (19:17 +0000)
committerMark Valence <mrv@openldap.org>
Wed, 17 Nov 1999 19:17:31 +0000 (19:17 +0000)
servers/slapd/proto-slap.h

index f29180c4fee45946729c97f9c64cb5f26558faaf..d13ad23b35014b492a93a03143c2da4e5b9a0a26 100644 (file)
@@ -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;