]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/shell-backends/shellutil.h
We shouldn't detach a thread that we want to join with...
[openldap] / servers / slapd / shell-backends / shellutil.h
index 8c52ab5dcf0547bdf7e1897efd73fde92ce59516..7f51500d35844ba2b28415dc60502a4d5e8ee05f 100644 (file)
@@ -75,7 +75,7 @@ struct ldentry {
 
 
 #ifdef LDAP_DEBUG
-void debug_printf();
+void debug_printf LDAP_P((char *, ...));
 #else /* LDAP_DEBUG */
 #define debug_printf()
 #endif /* LDAP_DEBUG */
@@ -94,6 +94,8 @@ void add_strval( char ***sp, char *val );
 char *ecalloc( unsigned nelem, unsigned elsize );
 void *erealloc( void *s, unsigned size );
 char *estrdup( char *s );
+extern void dump_ldop (struct ldop *op);
+
 
 /*
  * global variables