]> git.sur5r.net Git - openldap/commitdiff
Rename header macro
authorKurt Zeilenga <kurt@openldap.org>
Sun, 13 Apr 2003 04:51:12 +0000 (04:51 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Sun, 13 Apr 2003 04:51:12 +0000 (04:51 +0000)
servers/slapd/back-monitor/proto-back-monitor.h

index bdf8f63c896b5cfd3c0f213fd56bd8b2be156330..df772108875b3ec83ddb8bdb46f067954dd22a3b 100644 (file)
@@ -30,8 +30,8 @@
  * 4. This notice may not be removed or altered.
  */
 
-#ifndef _PROTO_BACK_LDBM
-#define _PROTO_BACK_LDBM
+#ifndef _PROTO_BACK_MONITOR
+#define _PROTO_BACK_MONITOR
 
 #include <ldap_cdefs.h>
 
@@ -105,5 +105,5 @@ int monitor_subsys_time_update LDAP_P(( Operation *op, Entry *e ));
 
 LDAP_END_DECL
 
-#endif /* _PROTO_BACK_LDBM */
+#endif /* _PROTO_BACK_MONITOR */