diff options
Diffstat (limited to '')
-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 444adf9..2ca2df9 100644 --- a/OpenSim/Framework/IClientAPI.cs +++ b/OpenSim/Framework/IClientAPI.cs | |||
@@ -1175,5 +1175,7 @@ namespace OpenSim.Framework | |||
1175 | void KillEndDone(); | 1175 | void KillEndDone(); |
1176 | 1176 | ||
1177 | bool AddGenericPacketHandler(string MethodName, GenericMessage handler); | 1177 | bool AddGenericPacketHandler(string MethodName, GenericMessage handler); |
1178 | |||
1179 | void SendRebakeAvatarTextures(UUID textureID); | ||
1178 | } | 1180 | } |
1179 | } | 1181 | } |