]> git.sur5r.net Git - openldap/blobdiff - contrib/slapd-modules/trace/trace.c
Fix contrib prototypes - add ConfigReply*
[openldap] / contrib / slapd-modules / trace / trace.c
index 6d4c3eaa6463b333add38f144af7852f54998ed1..eb06b2b3476ff85bb2469e4578d0df992e3fe140 100644 (file)
@@ -165,8 +165,7 @@ done:;
 }
 
 static int
-trace_db_init(
-       BackendDB *be )
+trace_db_init( BackendDB *be, ConfigReply *cr )
 {
        Log0( LDAP_DEBUG_ANY, LDAP_LEVEL_INFO,
                "trace DB_INIT\n" );
@@ -190,8 +189,7 @@ trace_db_config(
 }
 
 static int
-trace_db_open(
-       BackendDB *be )
+trace_db_open( BackendDB *be, ConfigReply *cr )
 {
        Log0( LDAP_DEBUG_ANY, LDAP_LEVEL_INFO,
                "trace DB_OPEN\n" );
@@ -200,8 +198,7 @@ trace_db_open(
 }
 
 static int
-trace_db_close(
-       BackendDB *be )
+trace_db_close( BackendDB *be, ConfigReply *cr )
 {
        Log0( LDAP_DEBUG_ANY, LDAP_LEVEL_INFO,
                "trace DB_CLOSE\n" );
@@ -210,8 +207,7 @@ trace_db_close(
 }
 
 static int
-trace_db_destroy(
-       BackendDB *be )
+trace_db_destroy( BackendDB *be, ConfigReply *cr )
 {
        Log0( LDAP_DEBUG_ANY, LDAP_LEVEL_INFO,
                "trace DB_DESTROY\n" );