The building instructions for all platforms are also included in the Toolkit
package. Please refer to the INSTALL file for general building instructions
for Unix systems, README.WIN32 for building on Windows systems,
-README.MACOSX for building on Mac OS X, and README_SYMBIAN for building on
+README.MACOSX for building on Mac OS X, and README.SYMBIAN for building on
Symbian OS.
<br />
<div id="content">
<h2>SILC Runtime Toolkit @VERSION@</h2>
<p>
-SILC Runtime Toolkit (SRT) provides useful utility functions for
-application programmers. SRT can be used as the sole and main runtime
-in any application. It provides application main loop, hash table, lists,
-atomic operations, threads, locks, queues, file descriptor stream, socket
-stream, network routines, a finite state machine, memory pool, random
-number generator, buffers, regular expressions, and many many other
+SILC Runtime Toolkit (SRT) provides useful utility functions for
+application programmers. SRT can be used as the sole and main runtime
+in any application. It provides application main loop, hash table, lists,
+atomic operations, threads, locks, queues, file descriptor stream, socket
+stream, network routines, a finite state machine, memory pool, random
+number generator, buffers, regular expressions, and many many other
features.
</p>
<p>
-SRT natively supports multiple platforms; Unix/Linux, Windows, Mac OS X
-and Symbian OS, and all APIs work identically or nearly identically on all
+SRT natively supports multiple platforms; Unix/Linux, Windows, Mac OS X
+and Symbian OS, and all APIs work identically or nearly identically on all
support platforms. SRT and all of its APIs are entirely reentrant and some
APIs are completely thread safe.
</p>
</pre>
</p>
+<p class="item_name">CONTACT</p>
+<p>
+If you have any questions or comments you may contact us at <a href="mailto: info [at} silc [dot} fi">info (at) silc (dot) fi</a>
+</p>
+
</div> <!-- content -->
</div> <!-- contentwrapper -->
* DESCRIPTION
*
* The network listenr context. This context is created with the
- * silc_net_create_listener function and destroyed with
+ * silc_net_tcp_create_listener function and destroyed with
* silc_net_close_listener function.
*
***/
***/
SilcUInt32 silc_ntohl(SilcUInt32 net);
-/****f* silcutil/silc_htonl
+/****f* silcutil/silc_htons
*
* SYNOPSIS
*
***/
SilcUInt16 silc_htons(SilcUInt16 host);
-/****f* silcutil/silc_ntohl
+/****f* silcutil/silc_ntohs
*
* SYNOPSIS
*