X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=lib%2Fsilccore%2Fid.h;h=abd89e0d0b81fd12440c41b71271df813d0d2a4d;hb=48d89bc2868ec49c2ab9aa74efe9ac703eee8f29;hp=5da1d7ee79859dddbc5a4ec0ac8ef1d084649e0b;hpb=10ec50cff8ad9d6a77080821037c1234dc066b47;p=silc.git diff --git a/lib/silccore/id.h b/lib/silccore/id.h index 5da1d7ee..abd89e0d 100644 --- a/lib/silccore/id.h +++ b/lib/silccore/id.h @@ -110,7 +110,7 @@ typedef struct { /* Prototypes */ unsigned char *silc_id_id2str(void *id, SilcIdType type); -void *silc_id_str2id(unsigned char *id, SilcIdType type); +void *silc_id_str2id(unsigned char *id, unsigned int id_len, SilcIdType type); unsigned int silc_id_get_len(SilcIdType type); #endif