Added SILC Server library.
[silc.git] / lib / silcutil / win32 / silcwin32sockconn.c
index abc3523721cb9b294314290dfe9e41b93e88d544..31f702f48ec2b913e05b2be89563522e8ac15439 100644 (file)
@@ -18,7 +18,7 @@
 */
 /* $Id$ */
 
-#include "silcincludes.h"
+#include "silc.h"
 
 /* Writes data from encrypted buffer to the socket connection. If the
    data cannot be written at once, it will be written later with a timeout. 
@@ -129,7 +129,7 @@ int silc_socket_read(SilcSocketConnection sock)
 
 /* Returns human readable socket error message */
 
-bool silc_socket_get_error(SilcSocketConnection sock, char *error,
+SilcBool silc_socket_get_error(SilcSocketConnection sock, char *error,
                           SilcUInt32 error_len)
 {
   /* XXX TODO */