Added SILC Server library.
[silc.git] / lib / doc / silcclient_using.html
index ba6583172e1a2aec31e50ad4577241258aefd30c..c703cb38e0e8d87dfe402beb208534e129f76f27 100644 (file)
@@ -34,7 +34,7 @@ get access all SILC Client Library routines:
 
 <br />&nbsp;<br />
 <tt>
-#include "silcincludes.h"<br />
+#include "silc.h"<br />
 #include "silcclient.h"
 </tt>
 
@@ -402,7 +402,7 @@ the connections.  The SilcClientOperations are expected to be implemented.
 
 <br />&nbsp;<br />
 <pre>
-#include "silcincludes.h"
+#include "silc.h"
 #include "silcclient.h"
 
 int main()