From 300e9f186973e91a2376e594e8841728dfbcabb9 Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga <kurt@openldap.org> Date: Fri, 13 Oct 2000 20:20:19 +0000 Subject: [PATCH] remove lint --- libraries/libldap/tmpltest.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libraries/libldap/tmpltest.c b/libraries/libldap/tmpltest.c index 728724690d..711884d9ac 100644 --- a/libraries/libldap/tmpltest.c +++ b/libraries/libldap/tmpltest.c @@ -108,7 +108,7 @@ static const unsigned long item_opt_vals[] = { }; -void +static void dump_tmpl( struct ldap_disptmpl *tmpl ) { struct ldap_tmplitem *rowp, *colp; @@ -226,7 +226,7 @@ dump_tmpl( struct ldap_disptmpl *tmpl ) } -void +static void dump_srchpref( struct ldap_searchobj *so ) { int i; -- GitLab