Added SILC Server library.
[silc.git] / lib / silcutil / unix / silcunixsocketstream.c
index 6fb8719b09846dbe6a899427019c66d176851e3b..f409689a1ec3cde115e96c21583ae296fb13843a 100644 (file)
@@ -18,7 +18,7 @@
 */
 /* $Id$ */
 
-#include "silcincludes.h"
+#include "silc.h"
 
 /* QoS read handler, this will call the read and write events to indicate
    that data is available again after a timeout. */
@@ -177,7 +177,7 @@ int silc_socket_stream_write(SilcStream stream, const unsigned char *data,
 #if 0
 /* Returns human readable socket error message */
 
-bool silc_socket_get_error(SilcStream sock, char *error,
+SilcBool silc_socket_get_error(SilcStream sock, char *error,
                           SilcUInt32 error_len)
 {
   char *err;