updates.
[silc.git] / lib / silccore / id.h
index 2cb84f00e730f3db0a89bb6ae802d0b17228dbe6..d4c813c4e012b95ab92349448feee8f3a68d4b91 100644 (file)
@@ -116,5 +116,6 @@ typedef struct {
 unsigned char *silc_id_id2str(void *id, SilcIdType type);
 void *silc_id_str2id(unsigned char *id, unsigned int id_len, SilcIdType type);
 unsigned int silc_id_get_len(SilcIdType type);
+void *silc_id_dup(void *id, SilcIdType type);
 
 #endif