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 <BIG><B>SILC Client Library</B></BIG>
9 <BR /><BR />
10 <B>Introduction</B>
11
12 <BR /><BR />
13 SILC Client Library is SILC Client implementation without the actual user 
14 interface. The library uses common and core components of SILC protocol from
15 lib/silccore library and normal utility routines from lib/silcutil library.
16 The library has been designed to be complete SILC Client implementation
17 without actual user interface.  The library provides the API for the
18 application which it can use to implement generally whatever user interface
19 it wants.
20
21 <BR /><BR />
22 The `silcapi.h' file defines the function prototypes that application must
23 implement in order to be able to create the user interface with the
24 library.  The idea is that the application can implement whatever user
25 interface routines in the functions and display the data whatever way
26 it wants.  The library is entirely transparent to the user interface and
27 it does not include any user interface specific issues such as window
28 handling or item handling on the screen etc.  These does not interest
29 the library.
30
31 <BR /><BR />
32 @LINKS@