updates.
[silc.git] / lib / silcclient / DIRECTORY
1 <!--
2 @LIBRARY=SILC Client Library
3 @FILENAME=silcclientlib.html
4 @LINK=silcclient_using.html:Using SILC Client Library
5 @LINK=silcapi.html:Client Library Interface
6 -->
7
8 <FONT SIZE="+3">SILC Client Library</FONT><BR><BR>
9 <FONT SIZE="+1" COLOR="#000044"><B>Introduction</B></FONT><BR><BR>
10 <PRE><FONT FACE="Helvetica,Arial,Sans-serif">
11 SILC Client Library is SILC Client implementation without the actual user 
12 interface. The library uses common and core components of SILC protocol from
13 lib/silccore library and normal utility routines from lib/silcutil library.
14 The library has been designed to be complete SILC Client implementation
15 without actual user interface.  The library provides the API for the
16 application which it can use to implement generally whatever user interface
17 it wants.
18
19 The `silcapi.h' file defines the function prototypes that application must
20 implement in order to be able to create the user interface with the
21 library.  The idea is that the application can implement whatever user
22 interface routines in the functions and display the data whatever way
23 it wants.  The library is entirely transparent to the user interface and
24 it does not include any user interface specific issues such as window
25 handling or item handling on the screen etc.  These does not interest
26 the library.
27 </FONT>
28 </PRE>
29
30 @LINKS@