]> git.sur5r.net Git - openldap/blobdiff - libraries/libldap/tmpltest.c
Add libtool support based upon patch by Bart Hartgers <Hartgers@kfm1.phys.tue.nl>
[openldap] / libraries / libldap / tmpltest.c
index 5bd25241b4e4203cf070478efb3b843990ca163b..9855317b560cc01d265f28616a87dfaae3e0ef2f 100644 (file)
@@ -15,8 +15,8 @@
 #include "disptmpl.h"
 #include "srchpref.h"
 
-void dump_tmpl LDAP_P(( struct ldap_disptmpl *tmpl ));
-void dump_srchpref LDAP_P(( struct ldap_searchobj *sp ));
+static void dump_tmpl   ( struct ldap_disptmpl *tmpl );
+static void dump_srchpref( struct ldap_searchobj *sp );
 
 #define NULLSTRINGIFNULL( s )  ( s == NULL ? "(null)" : s )