Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/epan proto.h

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: Tue, 5 Feb 2002 16:10:21 -0600 (CST)
guy         2002/02/05 16:10:21 CST

  Modified files:
    epan                 proto.h 
  Log:
  The typedef in "epan/value_string.h" declares "value_string" to be a
  typedef for "struct _value_string"; as such, the incomplete structure
  declaration in "epan/proto.h" should declare "struct _value_string", not
  "struct value_string", and casts and declarations in that header should
  also use "struct _value_string", not "struct value_string".
  
  Revision  Changes    Path
  1.27      +4 -4      ethereal/epan/proto.h