]> git.sur5r.net Git - openldap/commitdiff
declare overlays_init()
authorPierangelo Masarati <ando@openldap.org>
Sat, 13 Dec 2003 10:57:13 +0000 (10:57 +0000)
committerPierangelo Masarati <ando@openldap.org>
Sat, 13 Dec 2003 10:57:13 +0000 (10:57 +0000)
servers/slapd/overlays/overlays.c
servers/slapd/proto-slap.h

index aca15a350d44195b95c6dcb3ed886938b2962c61..2eb6d4848c6876c4a5979c2289ca78f4bc00006e 100644 (file)
@@ -50,7 +50,9 @@ static struct {
        { NULL, NULL }
 };
 
-int overlay_init() {
+int
+overlay_init(void)
+{
        int i, rc = 0;
 
        for ( i=0; funcs[i].name; i++ ) {
index 3af0d579cf4fbf2fa3ab555dd4d70e00991d57c7..67e5d4986d522711d29d9a34f358b2ad0cf1363f 100644 (file)
@@ -844,6 +844,11 @@ LDAP_SLAPD_F (Operation *) slap_op_pop LDAP_P(( Operation **olist ));
 LDAP_SLAPD_F (Attribute *) slap_operational_subschemaSubentry( Backend *be );
 LDAP_SLAPD_F (Attribute *) slap_operational_hasSubordinate( int has );
 
+/*
+ * overlays.c
+ */
+LDAP_SLAPD_F (int) overlay_init( void );
+
 /*
  * passwd.c
  */