diff options
author | Merov Linden <merov@lindenlab.com> | 2014-04-08 18:12:48 -0700 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2014-04-08 18:12:48 -0700 |
commit | fc4e9d2572635903449ade6ebf2a45aa9e971023 (patch) | |
tree | c0abd7a79760e437fa89ed1fbd1ab054d2eea8fe /indra/newview/llinventoryfunctions.h | |
parent | 8d20027ff904a29c9fb573372f89839bcab5a0c0 (diff) |
DD-18 : Compute stock for all levels, get folders to update more consistently on all actions in the marketplace
Diffstat (limited to 'indra/newview/llinventoryfunctions.h')
-rwxr-xr-x | indra/newview/llinventoryfunctions.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llinventoryfunctions.h b/indra/newview/llinventoryfunctions.h index 69219c7c42..66f1c99630 100755 --- a/indra/newview/llinventoryfunctions.h +++ b/indra/newview/llinventoryfunctions.h @@ -78,6 +78,7 @@ bool has_correct_permissions_for_sale(LLInventoryCategory* cat); void validate_marketplacelistings(LLInventoryCategory* inv_cat); S32 depth_nesting_in_marketplace(LLUUID cur_uuid); LLUUID nested_parent_id(LLUUID cur_uuid, S32 depth); +S32 compute_stock_count(LLUUID cat_uuid); /** Miscellaneous global functions ** ** |