X-Git-Url: http://git.silcnet.org/gitweb/?p=silc.git;a=blobdiff_plain;f=lib%2Fsilcclient%2Fprotocol.h;h=019fa37adbc5af7364bacec5e30b73021c389b2a;hp=9d93709210bd550ea29801218564d2c1b3ec225e;hb=c257b555225193e54d85daf541d29578b3c93882;hpb=f658940d02cf2fd893296b6a7825b42502573668 diff --git a/lib/silcclient/protocol.h b/lib/silcclient/protocol.h index 9d937092..019fa37a 100644 --- a/lib/silcclient/protocol.h +++ b/lib/silcclient/protocol.h @@ -2,15 +2,14 @@ protocol.h - Author: Pekka Riikonen + Author: Pekka Riikonen - Copyright (C) 1997 - 2000 Pekka Riikonen + Copyright (C) 1997 - 2004 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 - the Free Software Foundation; either version 2 of the License, or - (at your option) any later version. - + the Free Software Foundation; version 2 of the License. + This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the @@ -52,6 +51,7 @@ typedef struct { typedef struct { void *client; SilcSocketConnection sock; + SilcClientConnectionStatus status; /* SKE object from Key Exchange protocol. */ SilcSKE ske;