Added SILC Server library.
[silc.git] / lib / silcutil / tests / test_silcstrutil.c
index 348126208b4c9619319ecc5275793d1544640f7e..343ab714fc9e93048561f2134c59ae8f55385ff3 100644 (file)
@@ -1,6 +1,6 @@
 /* UTF-8 decoding tests */
 
-#include "silcincludes.h"
+#include "silc.h"
 
 #define utf8fail(n, data, len)                 \
 const unsigned char u##n[] = (data);           \
@@ -50,7 +50,7 @@ utf8fail(30, "\xf0\x20\xf9\x20\xfa\x20\xfb\x20", 8);
 
 int main(int argc, char **argv)
 {
-  bool success = FALSE;
+  SilcBool success = FALSE;
   unsigned char *s1, *s2, *s3, *s4;
   int l, opt;