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 04ba9c6..f83fea2 100644 --- a/OpenSim/Framework/IClientAPI.cs +++ b/OpenSim/Framework/IClientAPI.cs | |||
@@ -1392,5 +1392,7 @@ namespace OpenSim.Framework | |||
1392 | bool AddGenericPacketHandler(string MethodName, GenericMessage handler); | 1392 | bool AddGenericPacketHandler(string MethodName, GenericMessage handler); |
1393 | 1393 | ||
1394 | void SendRebakeAvatarTextures(UUID textureID); | 1394 | void SendRebakeAvatarTextures(UUID textureID); |
1395 | |||
1396 | void SendAvatarInterestsReply(UUID avatarID, uint wantMask, string wantText, uint skillsMask, string skillsText, string languages); | ||
1395 | } | 1397 | } |
1396 | } | 1398 | } |