updates.
[silc.git] / lib / silcclient / client.h
index dd27a1467a6af1b94e66463fbc2ad92f17452fe7..1a3b8565ec79f32e7d88932e53095d3041eaad70 100644 (file)
@@ -186,6 +186,9 @@ struct SilcClientStruct {
   /* Random Number Generator. Application should use this as its primary
      random number generator. */
   SilcRng rng;
+
+  /* Client version. Used to compare to remote host's version strings. */
+  char *silc_client_version;
 };
 
 /* Macros */