X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=lib%2Fsilccore%2Fid.c;h=f39783ced657afcde45f2f086eb459fda5dc4927;hb=72cfa31520ebc0058763a30e21c13f6e9a964aa0;hp=7cb854fc21e985784e1641a7142a85156d10923c;hpb=2be0be2432fff760084c4093291e79f1fa6262d8;p=silc.git diff --git a/lib/silccore/id.c b/lib/silccore/id.c index 7cb854fc..f39783ce 100644 --- a/lib/silccore/id.c +++ b/lib/silccore/id.c @@ -62,7 +62,7 @@ unsigned char *silc_id_id2str(void *id, SilcIdType type) /* Converts string to a ID */ -void *silc_id_str2id(unsigned char *id, unsigned int id_len, SilcIdType type) +void *silc_id_str2id(unsigned char *id, uint32 id_len, SilcIdType type) { switch(type) { @@ -115,7 +115,7 @@ void *silc_id_str2id(unsigned char *id, unsigned int id_len, SilcIdType type) /* Returns length of the ID */ -unsigned int silc_id_get_len(SilcIdType type) +uint32 silc_id_get_len(SilcIdType type) { switch(type) { case SILC_ID_SERVER: