summaryrefslogtreecommitdiff
path: root/indra/newview/llinventoryfunctions.h
diff options
context:
space:
mode:
authorMerov Linden <merov@lindenlab.com>2012-02-09 23:37:24 -0800
committerMerov Linden <merov@lindenlab.com>2012-02-09 23:37:24 -0800
commit2a4aa438f5798c34f1eef3ef75dc3289492138e1 (patch)
tree06ef82d5d556f0ae4c275588886fa99371154414 /indra/newview/llinventoryfunctions.h
parent10dadc6b0dd646faa251c0935e75d07c97b3052d (diff)
EXP-1863 : Implemented cut, copy, paste for folders. Issues with folder filtering though.
Diffstat (limited to 'indra/newview/llinventoryfunctions.h')
-rw-r--r--indra/newview/llinventoryfunctions.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llinventoryfunctions.h b/indra/newview/llinventoryfunctions.h
index f8ecca22b6..72c48c64f2 100644
--- a/indra/newview/llinventoryfunctions.h
+++ b/indra/newview/llinventoryfunctions.h
@@ -73,6 +73,8 @@ void remove_category(LLInventoryModel* model, const LLUUID& cat_id);
void rename_category(LLInventoryModel* model, const LLUUID& cat_id, const std::string& new_name);
+void copy_inventory_category(LLInventoryModel* model, LLViewerInventoryCategory* cat, const LLUUID& parent_id);
+
// Generates a string containing the path to the item specified by item_id.
void append_path(const LLUUID& id, std::string& path);