aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Client
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Framework/Client')
-rw-r--r--OpenSim/Framework/Client/IClientInventory.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Framework/Client/IClientInventory.cs b/OpenSim/Framework/Client/IClientInventory.cs
index 00651e0..d59f8b7 100644
--- a/OpenSim/Framework/Client/IClientInventory.cs
+++ b/OpenSim/Framework/Client/IClientInventory.cs
@@ -33,5 +33,6 @@ namespace OpenSim.Framework.Client
33 public interface IClientInventory 33 public interface IClientInventory
34 { 34 {
35 void SendRemoveInventoryFolders(UUID[] folders); 35 void SendRemoveInventoryFolders(UUID[] folders);
36 void SendRemoveInventoryItems(UUID[] folders);
36 } 37 }
37} 38}