diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2013-06-03 17:09:25 -0400 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2013-06-03 17:09:25 -0400 |
commit | 63940048eff9c9a1929574ba7581f4c835af35d3 (patch) | |
tree | a41d25501f0c2d77a8b406308771200371e92e7d /indra/newview/llviewerinventory.h | |
parent | 02d2808a419ce37df877756883b96147d06aa4d8 (diff) |
SH-4166 WIP - COF-slammer infrastructure working for non-AIS case.
Diffstat (limited to 'indra/newview/llviewerinventory.h')
-rwxr-xr-x | indra/newview/llviewerinventory.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/indra/newview/llviewerinventory.h b/indra/newview/llviewerinventory.h index c52b0c2d9d..9af71dfc9c 100755 --- a/indra/newview/llviewerinventory.h +++ b/indra/newview/llviewerinventory.h @@ -407,4 +407,11 @@ void menu_create_inventory_item(LLInventoryPanel* root, const LLSD& userdata, const LLUUID& default_parent_uuid = LLUUID::null); +void slam_inventory_folder(const LLUUID& folder_id, + const LLSD& contents, + LLPointer<LLInventoryCallback> cb); + +void remove_folder_contents(const LLUUID& folder_id, bool keep_outfit_links, + LLPointer<LLInventoryCallback> cb); + #endif // LL_LLVIEWERINVENTORY_H |