]> git.sur5r.net Git - openldap/commitdiff
Fix slap_EXOP declarations
authorHoward Chu <hyc@openldap.org>
Thu, 29 May 2003 07:18:58 +0000 (07:18 +0000)
committerHoward Chu <hyc@openldap.org>
Thu, 29 May 2003 07:18:58 +0000 (07:18 +0000)
servers/slapd/proto-slap.h

index f8103f4f9e6e38aab6e35c472f06b437fa1355f8..518f949bd77043bfe367c50c5d8341342622cd38 100644 (file)
@@ -444,11 +444,11 @@ LDAP_SLAPD_F (int) entry_id_cmp LDAP_P(( const void *v_a, const void *v_b ));
  * extended.c
  */
 #ifdef LDAP_EXOP_X_CANCEL
-const struct berval slap_EXOP_CANCEL;
+LDAP_SLAPD_V( const struct berval ) slap_EXOP_CANCEL;
 #endif
-const struct berval slap_EXOP_WHOAMI;
-const struct berval slap_EXOP_MODIFY_PASSWD;
-const struct berval slap_EXOP_START_TLS;
+LDAP_SLAPD_V( const struct berval ) slap_EXOP_WHOAMI;
+LDAP_SLAPD_V( const struct berval ) slap_EXOP_MODIFY_PASSWD;
+LDAP_SLAPD_V( const struct berval ) slap_EXOP_START_TLS;
 
 typedef int (SLAP_EXTOP_MAIN_FN) LDAP_P(( Operation *op, SlapReply *rs ));