#ifndef l_bait_h
#define l_bait_h
 
static void create();
mixed can_bait_obj_with_obj(string verb);
mixed do_bait_obj_with_obj(object pole, object bait);
 
#endif
