blob: afd617ad704d5c41f61d9e1a0e033783b9b8cd12 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
unit unixsockets;
{$mode objfpc}{$H+}
{$packrecords C}
interface
uses
cTypes, BaseUnix;
{$unixsocketsh.inc}
implementation
{$unixsockets.inc}
end.
|