mirror of
https://github.com/opensim/opensim.git
synced 2026-05-15 03:15:41 +08:00
bad merge..
This commit is contained in:
@@ -531,6 +531,6 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api.Interfaces
|
||||
LSL_String llGetStartString();
|
||||
LSL_Integer llGetLinkSitFlags(LSL_Integer linknum);
|
||||
void llSetLinkSitFlags(LSL_Integer linknum, LSL_Integer flags);
|
||||
|
||||
LSL_String llHMAC(LSL_String private_key, LSL_String message, LSL_String algo);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -2852,5 +2852,11 @@ namespace OpenSim.Region.ScriptEngine.Shared.ScriptBase
|
||||
m_LSL_Functions.llSetLinkSitFlags(linknum, flags);
|
||||
}
|
||||
|
||||
[MethodImpl(MethodImplOptions.AggressiveInlining)]
|
||||
public LSL_String llHMAC(LSL_String private_key, LSL_String message, LSL_String algo)
|
||||
{
|
||||
return m_LSL_Functions.llHMAC(private_key, message, algo);
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user