X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=lib%2Fsilcclient%2Fsilcclient.h;fp=lib%2Fsilcclient%2Fsilcclient.h;h=00d0b5e58fbca0458059a82ae3f8db50a2271615;hb=3192ac4ddd09cd3fabe10a88cd5c885f217650a4;hp=898204a18f46663a571c0c38202d924fb9d3f089;hpb=711fe01f210030b40ce0aeceb1c18526632ba5b8;p=silc.git diff --git a/lib/silcclient/silcclient.h b/lib/silcclient/silcclient.h index 898204a1..00d0b5e5 100644 --- a/lib/silcclient/silcclient.h +++ b/lib/silcclient/silcclient.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 @@ -943,6 +943,10 @@ typedef struct SilcClientConnectionParamsStruct { silc_client_attribute_add for more information on attributes. */ SilcBool ignore_requested_attributes; + /* User context for SilcClientConnection. If non-NULL this context is + set to the 'context' field in SilcClientConnection when the connection + context is created. */ + void *context; } SilcClientConnectionParams; /***/