#ifndef l_cast_h
#define l_cast_h

static void create();
mixed can_cast_obj(object ob);
mixed do_cast_obj(object ob);
string help(string str);

#endif /* l_cast_h */
