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 11cc166..fafd31d 100644 --- a/OpenSim/Framework/IClientAPI.cs +++ b/OpenSim/Framework/IClientAPI.cs | |||
@@ -1011,6 +1011,8 @@ namespace OpenSim.Framework | |||
1011 | 1011 | ||
1012 | void SendLandStatReply(uint reportType, uint requestFlags, uint resultCount, LandStatReportItem[] lsrpia); | 1012 | void SendLandStatReply(uint reportType, uint requestFlags, uint resultCount, LandStatReportItem[] lsrpia); |
1013 | 1013 | ||
1014 | void SendAsset(AssetRequestToClient req); | ||
1015 | |||
1014 | byte[] GetThrottlesPacked(float multiplier); | 1016 | byte[] GetThrottlesPacked(float multiplier); |
1015 | 1017 | ||
1016 | 1018 | ||