#ifndef l_buy_h
#define l_buy_h

static void create();
mixed can_buy_str_from_liv(string str);

mixed do_buy_str_from_liv(string str, object vendor);

#endif /* l_buy_h */
