Update connection parameters when the user has changed things in the options
dialog.


git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4422 3789f03b-4d11-0410-bbf8-ca57d06f2519
diff --git a/vncviewer/CConn.h b/vncviewer/CConn.h
index 9a15762..3cde6d5 100644
--- a/vncviewer/CConn.h
+++ b/vncviewer/CConn.h
@@ -78,6 +78,8 @@
   void checkEncodings();
   void requestNewUpdate();
 
+  static void handleOptions(void *data);
+
 private:
   char* serverHost;
   int serverPort;