| 
     
      
      
      From: Brian P. <br...@us...> - 2006-09-27 20:49:34
      
     
   | 
CVSROOT:	/cvsroot/vncproxy
Module name:	vncproxy
Repository:	vncproxy/src/
Changes by:	br...@sc....(none)	06/09/27 13:49:34
Log message:
  Move all options into new struct options in options.h file.
Modified files:
      vncproxy/src/:
        async_io.c cache.c encode_tight.c host_connect.c main.c 
        reflector.h 
Added files:
      vncproxy/src/:
        options.c options.h 
  
  Revision      Changes    Path
  1.2           +3 -3      vncproxy/src/async_io.c
  1.2           +3 -4      vncproxy/src/cache.c
  1.2           +4 -4      vncproxy/src/encode_tight.c
  1.5           +5 -7      vncproxy/src/host_connect.c
  1.3           +91 -140   vncproxy/src/main.c
  1.3           +1 -2      vncproxy/src/reflector.h
 |