Freeciv-3.3
|
Go to the source code of this file.
Functions | |
void | really_handle_city_sell (struct player *pplayer, struct city *pcity, struct impr_type *pimprove) |
void | really_handle_city_buy (struct player *pplayer, struct city *pcity) |
Handle buying request. Caller is responsible to validate input before passing to this function if it comes from untrusted source.
Definition at line 294 of file cityhand.c.
Referenced by dai_spend_gold(), and handle_city_buy().
void really_handle_city_sell | ( | struct player * | pplayer, |
struct city * | pcity, | ||
struct impr_type * | pimprove | ||
) |
Handle improvement selling request. Caller is responsible to validate input before passing to this function if it comes from untrusted source.
Definition at line 241 of file cityhand.c.
Referenced by handle_city_sell(), and try_to_sell_stuff().