NAME
	deep_inventory - recursive inventory of an object

SYNOPSIS
	object *deep_inventory(object ob)

DESCRIPTION
	This function returns a list of the all the objects contained
	by the given `object' including the objects contained in other
	objects. The inventory of `object' is searched recursively in
	order to produce this list.

SEE ALSO
	all_inventory, first_inventory, next_inventory

