Function can_hold_fluid:
Defined in module m_fluid_container (file: /std/modules/m_fluid_container.c)

int can_hold_fluid( mixed fluid_ob )
When fluid is passed into the fluid
container, this function is called with
the fluid object as the argument.  returns
1 by default, but this function can be
overridden if this container is limited 
in the types of fluids it can hold.

Prototype:
varargs int can_hold_fluid( mixed ob );
