Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/gtk main.c prefs_dlg.c proto_dlg.c

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Guy Harris <guy@xxxxxxxxxxxxxxxxxxx>
Date: Wed, 27 Nov 2002 19:58:28 -0600 (CST)
guy         2002/11/27 19:58:28 CST

  Modified files:
    gtk                  main.c prefs_dlg.c proto_dlg.c 
  Log:
  Constify some pointers to avoid converting const pointers to non-const
  pointers.
  
  Revision  Changes    Path
  1.277     +3 -3      ethereal/gtk/main.c
  1.56      +5 -5      ethereal/gtk/prefs_dlg.c
  1.19      +5 -3      ethereal/gtk/proto_dlg.c