X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=lib%2Fsilcclient%2Fclient_attrs.c;h=207e34eb5995e2eca9f49ec1d96d1af672cca522;hb=3df964f52d094db8ea9e8981fee73ff2a59e365c;hp=f29d91f495a3b8f7cfb082085c88ec24450098e0;hpb=087575e2f4248e52d8db5900f757b847e65d9d91;p=silc.git diff --git a/lib/silcclient/client_attrs.c b/lib/silcclient/client_attrs.c index f29d91f4..207e34eb 100644 --- a/lib/silcclient/client_attrs.c +++ b/lib/silcclient/client_attrs.c @@ -4,7 +4,7 @@ Author: Pekka Riikonen - Copyright (C) 2002 - 2004 Pekka Riikonen + Copyright (C) 2002 - 2004, 2006 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 @@ -74,10 +74,9 @@ static void silc_client_attributes_process_foreach(void *key, void *context, /* Process list of attributes. Returns reply to the requested attributes. */ SilcBuffer silc_client_attributes_process(SilcClient client, - SilcSocketConnection sock, + SilcClientConnection conn, SilcDList attrs) { - SilcClientConnection conn = sock->user_data; SilcBuffer buffer = NULL; SilcAttrForeach f; SilcAttribute attribute;