1
0
mirror of https://github.com/moparisthebest/Simba synced 2024-12-04 06:32:22 -05:00
Simba/Units/MMLAddon/LPInc/Wrappers/crypto.inc

5 lines
137 B
PHP
Raw Normal View History

2011-08-03 14:29:48 -04:00
procedure Lape_haval(const Params: PParamArray; const Result: Pointer);
begin
Pstring(Result)^ := ps_haval(Pstring(Params^[0])^);
end;