diff options
Diffstat (limited to 'OpenSim/Framework')
-rw-r--r-- | OpenSim/Framework/IClientAPI.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Framework/IClientAPI.cs b/OpenSim/Framework/IClientAPI.cs index 6d9ed79..bef1bfc 100644 --- a/OpenSim/Framework/IClientAPI.cs +++ b/OpenSim/Framework/IClientAPI.cs | |||
@@ -1133,6 +1133,7 @@ namespace OpenSim.Framework | |||
1133 | void SendUserInfoReply(bool imViaEmail, bool visible, string email); | 1133 | void SendUserInfoReply(bool imViaEmail, bool visible, string email); |
1134 | 1134 | ||
1135 | void SendUseCachedMuteList(); | 1135 | void SendUseCachedMuteList(); |
1136 | void SendMuteListUpdate(string filename); | ||
1136 | 1137 | ||
1137 | void KillEndDone(); | 1138 | void KillEndDone(); |
1138 | 1139 | ||