Added SILC Server library.
[silc.git] / lib / silcutil / tests / test_silclist.c
index d8ba271525bfc5b641d3771d6564a0cd32deffa5..3b0ad86dbce02400f4de60000e5f6e14f873dd02 100644 (file)
@@ -1,6 +1,6 @@
 /* SilcList tests */
 
-#include "silcincludes.h"
+#include "silc.h"
 
 struct foo {
   int i;
@@ -10,7 +10,7 @@ struct foo {
 
 int main(int argc, char **argv)
 {
-  bool success = FALSE;
+  SilcBool success = FALSE;
   SilcList list;
   struct foo *f, *f1, *f2, *f3, *f4;