Added silcapputil.[ch] for application utility functions for
[silc.git] / lib / silcutil / DIRECTORY
index a48ad6b02d2862d91380dca1c788a20df9bc3916..6e178a56b54c65c55484e2f75b6aef68a9bfbf96 100644 (file)
@@ -1,6 +1,7 @@
 <!--
 @LIBRARY=SILC Utility Library
 @FILENAME=silcutillib.html
+@LINK=silctypes.html:Basic SILC Types
 @LINK=silcbuffer.html:SILC Buffer Interface
 @LINK=silcbuffmt.html:SILC Buffer Format Interface
 @LINK=silchashtable.html:SILC Hash Table Interface
 @LINK=silcprotocol.html:SILC Protocol Interface
 @LINK=silcconfig.html:SILC Config Interface
 @LINK=silcfileutil.html:SILC File Util Interface
+@LINK=silcstrutil.html:SILC String Util Interface
 @LINK=silcutil.html:SILC Util Interface
 @LINK=silclist.html:SILC List Interface
 @LINK=silcdlist.html:SILC Dynamic List Interface
-@LINK=silczip.html:SILC Zip API
+@LINK=silcvcard.html:SILC VCard Interface
+@LINK=silcapputil.html:SILC Application Utilities
 -->
 
-<BIG><B>SILC Utility Library</B></BIG>
-<BR /><BR />
-<B>Introduction</B>
+<big><b>SILC Utility Library</b></big>
+<br />
+<small>Directory: lib/silcutil/</small>
+<br />
+<small>Library: libsilc.a, libsilc.lib</small>
+<br /><br />
+<b>Introduction</b>
 
-<BR /><BR />
+<br /><br />
 SILC Utility Library provides various utility routines for the applications.
 For example, it provides the application's main loop, called the SILC
 Scheduler.  It can handle all kinds of tasks, like socket connections and
@@ -32,5 +39,5 @@ timeout tasks.  The SILC Utility Library also provides various buffer
 management routines.  All of these routines work on multiple platforms
 such as Unix and WIN32.
 
-<BR /><BR />
+<br /><br />
 @LINKS@