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 538a2e7..94bf3aa 100644 --- a/OpenSim/Framework/IClientAPI.cs +++ b/OpenSim/Framework/IClientAPI.cs | |||
@@ -925,6 +925,8 @@ namespace OpenSim.Framework | |||
925 | void SendAcceptCallingCard(UUID transactionID); | 925 | void SendAcceptCallingCard(UUID transactionID); |
926 | void SendDeclineCallingCard(UUID transactionID); | 926 | void SendDeclineCallingCard(UUID transactionID); |
927 | 927 | ||
928 | void SendTerminateFriend(UUID exFriendID); | ||
929 | |||
928 | void KillEndDone(); | 930 | void KillEndDone(); |
929 | } | 931 | } |
930 | } | 932 | } |