updates.
[silc.git] / lib / silcclient / client.h
index 1a3b8565ec79f32e7d88932e53095d3041eaad70..f886e3d374fe5064e67c5661f0d570b46acb3876 100644 (file)
@@ -158,6 +158,9 @@ struct SilcClientStruct {
   /* All client operations that are implemented in the application. */
   SilcClientOperations *ops;
 
+  /* Client Parameters */
+  SilcClientParams *params;
+
   /* SILC client scheduler and task queues */
   SilcSchedule schedule;
   SilcTaskQueue io_queue;