make vips_cache_print_nolock() static

not needed in public API
This commit is contained in:
John Cupitt 2018-05-06 17:15:35 +01:00
parent e1ed5c3735
commit 5649847836
1 changed files with 1 additions and 1 deletions

View File

@ -480,7 +480,7 @@ vips_cache_print_fn( void *value, void *a, void *b )
return( NULL );
}
void
static void
vips_cache_print_nolock( void )
{
if( vips_cache_table ) {