concepts/
efun/
SYNOPSIS
	object *filter_objects(object *arr, string fun, mixed extra)

DESCRIPTION
	Similar to filter_array but calls arr[n]->fun(extra). If the
	call returns 1 the object arr[n] ist included in the returned
	array.

SEE ALSO
	filter_array(E), map_objects(E)