aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/IClientAPI.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Framework/IClientAPI.cs')
-rw-r--r--OpenSim/Framework/IClientAPI.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/IClientAPI.cs b/OpenSim/Framework/IClientAPI.cs
index 696b0ef..c949c04 100644
--- a/OpenSim/Framework/IClientAPI.cs
+++ b/OpenSim/Framework/IClientAPI.cs
@@ -242,7 +242,7 @@ namespace OpenSim.Framework
242 242
243 public delegate void CreateNewInventoryItem( 243 public delegate void CreateNewInventoryItem(
244 IClientAPI remoteClient, UUID transActionID, UUID folderID, uint callbackID, string description, string name, 244 IClientAPI remoteClient, UUID transActionID, UUID folderID, uint callbackID, string description, string name,
245 sbyte invType, sbyte type, byte wearableType, uint nextOwnerMask, int creationDate); 245 sbyte invType, sbyte type, byte wearableType, uint everyoneMask, int creationDate);
246 246
247 public delegate void LinkInventoryItem( 247 public delegate void LinkInventoryItem(
248 IClientAPI remoteClient, UUID transActionID, UUID folderID, uint callbackID, string description, string name, 248 IClientAPI remoteClient, UUID transActionID, UUID folderID, uint callbackID, string description, string name,