bool -> SilcBool.
[silc.git] / lib / silcasn1 / silcasn1_i.h
index 67fb4d050ce92a4bb6ac53e41ac566506bf4465e..394ba3bac254317f7219c327dd66a0bdc270b2c2 100644 (file)
@@ -105,7 +105,7 @@ struct SilcAsn1Object {
 const char *silc_asn1_tag_name(SilcAsn1Tag tag);
 
 /* Dumps the ASN.1 data block into standard output (stdout). */
-bool silc_asn1_dump(SilcAsn1 asn1, SilcBuffer src);
+SilcBool silc_asn1_dump(SilcAsn1 asn1, SilcBuffer src);
 #endif /* SILC_DIST_INPLACE */
 
 #endif /* SILCASN1_I_H */