mirror of
https://github.com/vishapoberon/vipak.git
synced 2026-04-06 04:52:26 +00:00
changes
This commit is contained in:
parent
340de3824b
commit
4c73f414b0
3 changed files with 155 additions and 61 deletions
|
|
@ -92,5 +92,11 @@ BEGIN
|
|||
|
||||
END Connect;
|
||||
|
||||
PROCEDURE Disconnect*(VAR fd: Socket);
|
||||
VAR
|
||||
i : INTEGER;
|
||||
BEGIN
|
||||
i := Platform.Close(fd);
|
||||
END Disconnect;
|
||||
|
||||
END Internet.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue