bool -> SilcBool.
[silc.git] / lib / silcutil / silcvcard.c
index 47a26c61997f9192adf2868940ac0f91a0511785..4509f28078aba26e16c94a9b16c229cdd2a55fb6 100644 (file)
@@ -168,11 +168,11 @@ do {                                                      \
 
 /* Decode VCard */
 
-bool silc_vcard_decode(const unsigned char *data, SilcUInt32 data_len,
+SilcBool silc_vcard_decode(const unsigned char *data, SilcUInt32 data_len,
                       SilcVCard vcard)
 {
   unsigned char *val;
-  bool has_begin = FALSE, has_end = FALSE;
+  SilcBool has_begin = FALSE, has_end = FALSE;
   int len, i, off = 0;
 
   val = (unsigned char *)data;