You've already forked lazarus-ccr
16 lines
285 B
ObjectPascal
16 lines
285 B
ObjectPascal
![]() |
{ This file was automatically created by Lazarus. do not edit !
|
||
|
This source is only used to compile and install the package.
|
||
|
}
|
||
|
|
||
|
unit LibVortex;
|
||
|
|
||
|
interface
|
||
|
|
||
|
uses
|
||
|
Vortex, vortex_xml_rpc, vortex_http, vortex_pull, vortex_sasl, vortex_tls,
|
||
|
vortex_tunnel;
|
||
|
|
||
|
implementation
|
||
|
|
||
|
end.
|