diff options
author | Charles Krinke | 2009-05-13 01:06:06 +0000 |
---|---|---|
committer | Charles Krinke | 2009-05-13 01:06:06 +0000 |
commit | c23bd2d6eaffd05b158d92c539fa6c5090b967b2 (patch) | |
tree | 6b7884d95905fa4f5fe8bdba4a5c6cb719e617af /OpenSim/Region/ScriptEngine/Shared/Api/Interface | |
parent | Remove some no longer needed debug. (diff) | |
download | opensim-SC-c23bd2d6eaffd05b158d92c539fa6c5090b967b2.zip opensim-SC-c23bd2d6eaffd05b158d92c539fa6c5090b967b2.tar.gz opensim-SC-c23bd2d6eaffd05b158d92c539fa6c5090b967b2.tar.bz2 opensim-SC-c23bd2d6eaffd05b158d92c539fa6c5090b967b2.tar.xz |
Add interface, stubbed implementation and
script stub for llRequestSecureURL().
Diffstat (limited to 'OpenSim/Region/ScriptEngine/Shared/Api/Interface')
-rw-r--r-- | OpenSim/Region/ScriptEngine/Shared/Api/Interface/ILSL_Api.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/ScriptEngine/Shared/Api/Interface/ILSL_Api.cs b/OpenSim/Region/ScriptEngine/Shared/Api/Interface/ILSL_Api.cs index 732bde0..3ec9b3f 100644 --- a/OpenSim/Region/ScriptEngine/Shared/Api/Interface/ILSL_Api.cs +++ b/OpenSim/Region/ScriptEngine/Shared/Api/Interface/ILSL_Api.cs | |||
@@ -273,6 +273,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api.Interfaces | |||
273 | LSL_Key llRequestAgentData(string id, int data); | 273 | LSL_Key llRequestAgentData(string id, int data); |
274 | LSL_Key llRequestInventoryData(string name); | 274 | LSL_Key llRequestInventoryData(string name); |
275 | void llRequestPermissions(string agent, int perm); | 275 | void llRequestPermissions(string agent, int perm); |
276 | LSL_String llRequestSecureURL(); | ||
276 | LSL_Key llRequestSimulatorData(string simulator, int data); | 277 | LSL_Key llRequestSimulatorData(string simulator, int data); |
277 | LSL_Key llRequestURL(); | 278 | LSL_Key llRequestURL(); |
278 | void llResetLandBanList(); | 279 | void llResetLandBanList(); |