diff options
Diffstat (limited to 'OpenSim/Framework/IClientAPI.cs')
-rw-r--r-- | OpenSim/Framework/IClientAPI.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Framework/IClientAPI.cs b/OpenSim/Framework/IClientAPI.cs index b32c7f6..8d9cdaa 100644 --- a/OpenSim/Framework/IClientAPI.cs +++ b/OpenSim/Framework/IClientAPI.cs | |||
@@ -496,6 +496,8 @@ namespace OpenSim.Framework | |||
496 | 496 | ||
497 | ulong GetGroupPowers(UUID groupID); | 497 | ulong GetGroupPowers(UUID groupID); |
498 | 498 | ||
499 | bool IsGroupMember(UUID GroupID); | ||
500 | |||
499 | string FirstName { get; } | 501 | string FirstName { get; } |
500 | 502 | ||
501 | string LastName { get; } | 503 | string LastName { get; } |