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.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Framework/IClientAPI.cs b/OpenSim/Framework/IClientAPI.cs
index f5fd5f5..a76c89e 100644
--- a/OpenSim/Framework/IClientAPI.cs
+++ b/OpenSim/Framework/IClientAPI.cs
@@ -1457,6 +1457,7 @@ namespace OpenSim.Framework
1457 void SendMapItemReply(mapItemReply[] replies, uint mapitemtype, uint flags); 1457 void SendMapItemReply(mapItemReply[] replies, uint mapitemtype, uint flags);
1458 1458
1459 void SendAvatarGroupsReply(UUID avatarID, GroupMembershipData[] data); 1459 void SendAvatarGroupsReply(UUID avatarID, GroupMembershipData[] data);
1460 void SendAgentGroupDataUpdate(UUID avatarID, GroupMembershipData[] data);
1460 void SendOfferCallingCard(UUID srcID, UUID transactionID); 1461 void SendOfferCallingCard(UUID srcID, UUID transactionID);
1461 void SendAcceptCallingCard(UUID transactionID); 1462 void SendAcceptCallingCard(UUID transactionID);
1462 void SendDeclineCallingCard(UUID transactionID); 1463 void SendDeclineCallingCard(UUID transactionID);