diff options
| author | Merov Linden <merov@lindenlab.com> | 2014-04-06 22:03:58 -0700 |
|---|---|---|
| committer | Merov Linden <merov@lindenlab.com> | 2014-04-06 22:03:58 -0700 |
| commit | a38bc63da24994b51cfd3487d4011c8e608cd41d (patch) | |
| tree | 5eeb5030a8e6db90eae6cf1570ddcef548169f67 /indra/newview/llinventoryfunctions.h | |
| parent | e1d2f71d348bafe0be783dcb3dfbeb56bc877c12 (diff) | |
DD-15 : Allow version folder to be made active/inactive, add new methods to marketplace to make all that a bit more clear and clean
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 aab4db8adf..69219c7c42 100755 --- a/indra/newview/llinventoryfunctions.h +++ b/indra/newview/llinventoryfunctions.h @@ -77,6 +77,7 @@ void move_folder_to_marketplacelistings(LLInventoryCategory* inv_cat, const LLUU 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); /** Miscellaneous global functions ** ** |
