Code auditing weekend results and fixes committing.
[silc.git] / lib / silccore / id.h
index 5da1d7ee79859dddbc5a4ec0ac8ef1d084649e0b..abd89e0d0b81fd12440c41b71271df813d0d2a4d 100644 (file)
@@ -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