aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--OpenSim/Framework/IClientAPI.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Framework/IClientAPI.cs b/OpenSim/Framework/IClientAPI.cs
index 32544b9..28d5502 100644
--- a/OpenSim/Framework/IClientAPI.cs
+++ b/OpenSim/Framework/IClientAPI.cs
@@ -902,6 +902,8 @@ namespace OpenSim.Framework
902 List<InventoryFolderBase> folders, bool fetchFolders, 902 List<InventoryFolderBase> folders, bool fetchFolders,
903 bool fetchItems); 903 bool fetchItems);
904 904
905 void FlushPrimUpdates();
906
905 void SendInventoryItemDetails(UUID ownerID, InventoryItemBase item); 907 void SendInventoryItemDetails(UUID ownerID, InventoryItemBase item);
906 908
907 /// <summary> 909 /// <summary>