]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/back-monitor/proto-back-monitor.h
tolerate that config_get_vals() returns success with no values (ITS#4341)
[openldap] / servers / slapd / back-monitor / proto-back-monitor.h
index a3bb542b70209e15bbc91753f5c6bc4060d046bf..ebe6a46c687a6f917408c76039f8b34006c7748e 100644 (file)
@@ -1,7 +1,7 @@
 /* $OpenLDAP$ */
 /* This work is part of OpenLDAP Software <http://www.openldap.org/>.
  *
- * Copyright 2001-2005 The OpenLDAP Foundation.
+ * Copyright 2001-2006 The OpenLDAP Foundation.
  * Portions Copyright 2001-2003 Pierangelo Masarati.
  * All rights reserved.
  *
@@ -116,6 +116,16 @@ extern monitor_entry_t *
 monitor_entrypriv_create LDAP_P((
        void ));
 
+extern Entry *
+monitor_entry_stub LDAP_P((
+       struct berval   *pdn,
+       struct berval   *pndn,
+       struct berval   *rdn,
+       ObjectClass             *oc,
+       monitor_info_t  *mi,
+       struct berval   *create,
+       struct berval   *modify));
+
 /*
  * init
  */