Last change
on this file was 5, checked in by chronos, 12 years ago |
- Upraveno: Použita knihovna openssl namísto cryptlib. Přidány binární knihovny.
- Přidáno: Třídy TFioAPI nyní umí načítat data přes API.
- Přidáno: Dokument popisu API rozhraní.
|
File size:
646 bytes
|
Line | |
---|
1 | { This file was automatically created by Lazarus. Do not edit!
|
---|
2 | This source is only used to compile and install the package.
|
---|
3 | }
|
---|
4 |
|
---|
5 | unit laz_synapse;
|
---|
6 |
|
---|
7 | interface
|
---|
8 |
|
---|
9 | uses
|
---|
10 | asn1util, blcksock, clamsend, dnssend, ftpsend, ftptsend, httpsend,
|
---|
11 | imapsend, ldapsend, mimeinln, mimemess, mimepart, nntpsend, pingsend,
|
---|
12 | pop3send, slogsend, smtpsend, snmpsend, sntpsend, synachar, synacode,
|
---|
13 | synacrypt, synadbg, synafpc, synaicnv, synaip, synamisc, synaser, synautil,
|
---|
14 | synsock, tlntsend, ssl_openssl, ssl_openssl_lib, LazarusPackageIntf;
|
---|
15 |
|
---|
16 | implementation
|
---|
17 |
|
---|
18 | procedure Register;
|
---|
19 | begin
|
---|
20 | end;
|
---|
21 |
|
---|
22 | initialization
|
---|
23 | RegisterPackage('laz_synapse', @Register);
|
---|
24 | end.
|
---|
Note:
See
TracBrowser
for help on using the repository browser.