Function set_gettable:
Defined in module m_gettable (file: /std/modules/m_gettable.c)

set_gettable(1) makes an object gettable, while set_gettable(0) makes
it not gettable.  If a function or string is passed, this has the
same effect as calling set_getmsg().

Prototype:
void set_gettable( mixed g );
