diff options
Diffstat (limited to 'OpenSim/Region/Framework/Interfaces/IGroupsModule.cs')
-rw-r--r-- | OpenSim/Region/Framework/Interfaces/IGroupsModule.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Interfaces/IGroupsModule.cs b/OpenSim/Region/Framework/Interfaces/IGroupsModule.cs index 368f2cd..e357969 100644 --- a/OpenSim/Region/Framework/Interfaces/IGroupsModule.cs +++ b/OpenSim/Region/Framework/Interfaces/IGroupsModule.cs | |||
@@ -67,7 +67,7 @@ namespace OpenSim.Region.Framework.Interfaces | |||
67 | List<GroupRolesData> GroupRoleDataRequest(IClientAPI remoteClient, UUID groupID); | 67 | List<GroupRolesData> GroupRoleDataRequest(IClientAPI remoteClient, UUID groupID); |
68 | List<GroupRoleMembersData> GroupRoleMembersRequest(IClientAPI remoteClient, UUID groupID); | 68 | List<GroupRoleMembersData> GroupRoleMembersRequest(IClientAPI remoteClient, UUID groupID); |
69 | GroupProfileData GroupProfileRequest(IClientAPI remoteClient, UUID groupID); | 69 | GroupProfileData GroupProfileRequest(IClientAPI remoteClient, UUID groupID); |
70 | GroupMembershipData[] GetMembershipData(UUID UserID); | 70 | GroupMembershipData[] GetMembershipData(UUID UserID); |
71 | GroupMembershipData GetMembershipData(UUID GroupID, UUID UserID); | 71 | GroupMembershipData GetMembershipData(UUID GroupID, UUID UserID); |
72 | 72 | ||
73 | void UpdateGroupInfo(IClientAPI remoteClient, UUID groupID, string charter, bool showInList, UUID insigniaID, int membershipFee, bool openEnrollment, bool allowPublish, bool maturePublish); | 73 | void UpdateGroupInfo(IClientAPI remoteClient, UUID groupID, string charter, bool showInList, UUID insigniaID, int membershipFee, bool openEnrollment, bool allowPublish, bool maturePublish); |