]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/back-perl/init.c
Fix compare op
[openldap] / servers / slapd / back-perl / init.c
index edaf5f1a22c1c5911289bb9acf5f512a120c8c45..74e2dd052c31e37ba1603609d9a0fb9ed1b62068 100644 (file)
@@ -1,7 +1,7 @@
 /* $OpenLDAP$ */
 /* This work is part of OpenLDAP Software <http://www.openldap.org/>.
  *
- * Copyright 1999-2007 The OpenLDAP Foundation.
+ * Copyright 1999-2009 The OpenLDAP Foundation.
  * Portions Copyright 1999 John C. Quillan.
  * Portions Copyright 2002 myinternet Limited.
  * All rights reserved.
@@ -16,7 +16,7 @@
  */
 
 #include "perl_back.h"
-#include "config.h"
+#include "../config.h"
 
 static void perl_back_xs_init LDAP_P((PERL_BACK_XS_INIT_PARAMS));
 EXT void boot_DynaLoader LDAP_P((PERL_BACK_BOOT_DYNALOADER_PARAMS));
@@ -87,7 +87,7 @@ perl_back_initialize(
 int
 perl_back_db_init(
        BackendDB       *be,
-       ConfigArgs      *ca
+       ConfigReply     *cr
 )
 {
        be->be_private = (PerlBackend *) ch_malloc( sizeof(PerlBackend) );
@@ -103,7 +103,7 @@ perl_back_db_init(
 int
 perl_back_db_open(
        BackendDB       *be,
-       ConfigArgs      *ca
+       ConfigReply     *cr
 )
 {
        int count;