X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=lib%2Fsilcclient%2FDIRECTORY;h=d61bcfe7a4e4752daf2832585500ff9b88269244;hb=413da0f8686910f5e627393157566ae729ca99c4;hp=f4ac2554a5b926f3b52d220271ef6a2ed2af2129;hpb=5be5bf82de85213bf5a6a08a8962ce45524bde67;p=silc.git diff --git a/lib/silcclient/DIRECTORY b/lib/silcclient/DIRECTORY index f4ac2554..d61bcfe7 100644 --- a/lib/silcclient/DIRECTORY +++ b/lib/silcclient/DIRECTORY @@ -1,12 +1,22 @@ -SILC Client Library

-Introduction

-

+SILC Client Library
+
+Directory: lib/silcclient/ +
+Library: libsilcclient.a, libsilcclient.lib +

+Introduction + +

SILC Client Library is SILC Client implementation without the actual user interface. The library uses common and core components of SILC protocol from lib/silccore library and normal utility routines from lib/silcutil library. @@ -15,7 +25,8 @@ without actual user interface. The library provides the API for the application which it can use to implement generally whatever user interface it wants. -The `silcapi.h' file defines the function prototypes that application must +

+The `silcclient.h' file defines the function prototypes that application must implement in order to be able to create the user interface with the library. The idea is that the application can implement whatever user interface routines in the functions and display the data whatever way @@ -23,7 +34,6 @@ it wants. The library is entirely transparent to the user interface and it does not include any user interface specific issues such as window handling or item handling on the screen etc. These does not interest the library. -
-
+

@LINKS@