
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@933 8e941d3f-bd1b-0410-a28a-d453659cc2b4
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.
|