X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=lib%2Fsilccore%2Fsilcid.h;h=4205ada288dc048dac48aa56884de5d3437afcb8;hb=7039cf461d3d2951acc2f3e123ccc1d68a55931d;hp=82141bd9f5a765cde6de2ded3edd8382dedb9200;hpb=8554573554e392f4a629f1dd5cdb5aa4643070b5;p=silc.git diff --git a/lib/silccore/silcid.h b/lib/silccore/silcid.h index 82141bd9..4205ada2 100644 --- a/lib/silccore/silcid.h +++ b/lib/silccore/silcid.h @@ -455,7 +455,8 @@ unsigned char *silc_id_id2str(const void *id, SilcIdType type); * ID out of data that has been taken for example from packet. * ***/ -void *silc_id_str2id(const unsigned char *id, SilcUInt32 id_len, SilcIdType type); +void *silc_id_str2id(const unsigned char *id, SilcUInt32 id_len, + SilcIdType type); /****f* silccore/SilcIDAPI/silc_id_get_len *