Merged silc_1_0_branch to trunk.
[silc.git] / lib / silcclient / client.h
index 0fc86888d79db4e36a85196b5f37c1e58ce6401f..0780823abd36ae8c5ba79b6c7bdbcba7a410f33e 100644 (file)
@@ -38,5 +38,12 @@ typedef struct SilcChannelUserStruct *SilcChannelUser;
 typedef struct SilcClientInternalStruct *SilcClientInternal;
 typedef struct SilcClientConnectionInternalStruct 
                                           *SilcClientConnectionInternal;
+typedef struct SilcChannelPrivateKeyStruct *SilcChannelPrivateKey;
   
+/* Client entry status */
+typedef enum {
+  SILC_CLIENT_STATUS_NONE       = 0x0000,
+  SILC_CLIENT_STATUS_RESOLVING  = 0x0001,
+} SilcEntryStatus;
+
 #endif