Use ID check as well in silc_idcache_add.
[silc.git] / lib / silccore / idcache.h
index 87030db0ef56cd3ead2b870ba825f98c024f346b..582019ceff79d3405458b68ddd73c75c3a4c4404 100644 (file)
@@ -68,6 +68,8 @@ typedef struct SilcIDCacheStruct *SilcIDCache;
 /* Forward declaration for ID Cache List */
 typedef struct SilcIDCacheListStruct *SilcIDCacheList;
 
+#define SILC_ID_CACHE_ANY ((void *)1)
+
 #define SILC_ID_CACHE_EXPIRE 3600
 
 /* Prototypes */