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 3b5bcaa..9df1e00 100644 --- a/OpenSim/Framework/IClientAPI.cs +++ b/OpenSim/Framework/IClientAPI.cs | |||
@@ -749,6 +749,8 @@ namespace OpenSim.Framework | |||
749 | void SendLogoutPacket(); | 749 | void SendLogoutPacket(); |
750 | ClientInfo GetClientInfo(); | 750 | ClientInfo GetClientInfo(); |
751 | void SetClientInfo(ClientInfo info); | 751 | void SetClientInfo(ClientInfo info); |
752 | void SetClientOption(string option, string value); | ||
753 | string GetClientOption(string option); | ||
752 | void Terminate(); | 754 | void Terminate(); |
753 | 755 | ||
754 | void SendSetFollowCamProperties(UUID objectID, SortedDictionary<int, float> parameters); | 756 | void SendSetFollowCamProperties(UUID objectID, SortedDictionary<int, float> parameters); |