]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/back-shell/init.c
ITS#6001 SID of queued CSN must match the one in the op
[openldap] / servers / slapd / back-shell / init.c
index 9ff27ebac55d4bd5b2cc05049ea948d7487fb527..300c0e4e5f58bb3821920f78e0d11a033ba41d05 100644 (file)
@@ -2,7 +2,7 @@
 /* $OpenLDAP$ */
 /* This work is part of OpenLDAP Software <http://www.openldap.org/>.
  *
- * Copyright 1998-2006 The OpenLDAP Foundation.
+ * Copyright 1998-2009 The OpenLDAP Foundation.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -36,6 +36,8 @@
 
 #include "slap.h"
 
+#include "config.h"
+
 #include "shell.h"
 
 int
@@ -76,7 +78,8 @@ shell_back_initialize(
 
 int
 shell_back_db_init(
-    Backend    *be
+       Backend *be,
+       ConfigReply *cr
 )
 {
        struct shellinfo        *si;
@@ -90,7 +93,8 @@ shell_back_db_init(
 
 int
 shell_back_db_destroy(
-    Backend    *be
+       Backend *be,
+       ConfigReply *cr
 )
 {
        free( be->be_private );