Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal column.c column.h prefs.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: Sun, 22 Jul 2001 16:56:26 -0500 (CDT)
guy         2001/07/22 16:56:26 CDT

  Modified files:
    .                    column.c column.h prefs.c 
  Log:
  "col_format_to_pref_str()" is used only in "prefs.c", and knows about
  the format of string lists in a preferences file; rename it to
  "put_string_list()", make it take the list as an argument rather than
  working only on "prefs.col_list", and put it in "prefs.c".
  
  Revision  Changes    Path
  1.34      +1 -53     ethereal/column.c
  1.8       +1 -2      ethereal/column.h
  1.56      +52 -2     ethereal/prefs.c