+ Fix for var argument instead of pointer, reported by zephod@skynet.be

This commit is contained in:
michael 2005-05-04 07:58:05 +00:00
parent 6aad724dc8
commit 02aaa32fb5

View File

@ -21,3 +21,4 @@ function inet_nsap_ntoa(__len:longint; __cp:Pbyte; __buf:Pchar):Pchar;cdecl;exte
---------------------------------------------------------------------}
// Type
function inet_aton(__cp:Pchar; var __inp:in_addr):in_addr_t;cdecl;external clib name 'inet_aton';