diff options
Diffstat (limited to 'OpenSim/Region/Interfaces/IGroupsModule.cs')
-rw-r--r-- | OpenSim/Region/Interfaces/IGroupsModule.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/Interfaces/IGroupsModule.cs b/OpenSim/Region/Interfaces/IGroupsModule.cs index f5193c3..d428297 100644 --- a/OpenSim/Region/Interfaces/IGroupsModule.cs +++ b/OpenSim/Region/Interfaces/IGroupsModule.cs | |||
@@ -50,6 +50,7 @@ namespace OpenSim.Region.Interfaces | |||
50 | UUID CreateGroup(IClientAPI remoteClient, string name, string charter, bool showInList, UUID insigniaID, int membershipFee, bool openEnrollment, bool allowPublish, bool maturePublish); | 50 | UUID CreateGroup(IClientAPI remoteClient, string name, string charter, bool showInList, UUID insigniaID, int membershipFee, bool openEnrollment, bool allowPublish, bool maturePublish); |
51 | 51 | ||
52 | GroupNoticeData[] GroupNoticesListRequest(IClientAPI remoteClient, UUID GroupID); | 52 | GroupNoticeData[] GroupNoticesListRequest(IClientAPI remoteClient, UUID GroupID); |
53 | string GetGroupTitle(UUID avatarID); | ||
53 | void GroupNoticeRequest(IClientAPI remoteClient, UUID groupNoticeID); | 54 | void GroupNoticeRequest(IClientAPI remoteClient, UUID groupNoticeID); |
54 | void SendAgentGroupDataUpdate(IClientAPI remoteClient); | 55 | void SendAgentGroupDataUpdate(IClientAPI remoteClient); |
55 | } | 56 | } |