X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=lib%2Fsilcapputil%2Fsilcidcache.h;h=c3f48276e10fbd14395bbba33ce5a30390b0b0f2;hb=069e1969a3c2593056ecd1221e7df8bd52ede13f;hp=7d8e1427abfa2219e9b041185b6f475f6f6d3cba;hpb=2d53ba023e9b2eb6dbc52765b880090aa9354cf8;p=silc.git diff --git a/lib/silcapputil/silcidcache.h b/lib/silcapputil/silcidcache.h index 7d8e1427..c3f48276 100644 --- a/lib/silcapputil/silcidcache.h +++ b/lib/silcapputil/silcidcache.h @@ -4,7 +4,7 @@ Author: Pekka Riikonen - Copyright (C) 2000 - 2007 Pekka Riikonen + Copyright (C) 2000 - 2008 Pekka Riikonen This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -185,7 +185,8 @@ SilcBool silc_idcache_del_by_id(SilcIDCache cache, void *id, * * SYNOPSIS * - * SilcBool silc_idcache_del_by_context(SilcIDCache cache, void *context); + * SilcBool silc_idcache_del_by_context(SilcIDCache cache, void *context, + * void *app_context); * * DESCRIPTION *