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