]> git.sur5r.net Git - openldap/commitdiff
Axe <varargs.h> support: Don't use LDAP_P() on varargs prototype.
authorHallvard Furuseth <hallvard@openldap.org>
Thu, 2 Sep 1999 06:19:21 +0000 (06:19 +0000)
committerHallvard Furuseth <hallvard@openldap.org>
Thu, 2 Sep 1999 06:19:21 +0000 (06:19 +0000)
Also fix debug_printf macro when !LDAP_DEBUG: It did not take arguments.

servers/slapd/shell-backends/shellutil.h

index 119689d5fbdd226256c023d984b6ce60a681e138..0832432ff0ff1eb336fbed59115cb89ba5e31a23 100644 (file)
@@ -75,9 +75,9 @@ struct ldentry {
 
 
 #ifdef LDAP_DEBUG
-void debug_printf LDAP_P((char *, ...));
+void   debug_printf(const char *, ...);
 #else /* LDAP_DEBUG */
-#define debug_printf()
+#define        debug_printf    (void) /* Ignore "arguments" */
 #endif /* LDAP_DEBUG */
 
 /*