1
0
mirror of https://github.com/moparisthebest/Simba synced 2024-12-03 14:12:17 -05:00
Simba/Units/MMLAddon/LPInc/Wrappers/crypto.inc
2011-08-03 20:29:48 +02:00

5 lines
137 B
PHP

procedure Lape_haval(const Params: PParamArray; const Result: Pointer);
begin
Pstring(Result)^ := ps_haval(Pstring(Params^[0])^);
end;