Ethereal-cvs: [Ethereal-cvs] rev 13293: /trunk/gtk/: main.c print_dlg.c /trunk/: file.c file.h

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

Date: Fri, 04 Feb 2005 20:54:23 -0000
User: guy
Date: 2005/02/04 02:54 PM

Log:
 Instead of having a single enumerated type for status return values from
 cf_ functions, have separate ones for different classes of routines, and
 use gboolean when the return value is just "success" or "failure" - that
 way you don't get compiler warnings if a case statement isn't handling a
 particular status value if the routine in question won't return it.

Directory: /trunk/gtk/
  Changes    Path           Action
  +5 -8      main.c         Modified
  +9 -9      print_dlg.c    Modified

Directory: /trunk/
  Changes    Path           Action
  +25 -25    file.c         Modified
  +33 -28    file.h         Modified
  +3 -3      tethereal.c    Modified



http://anonsvn.ethereal.com/viewcvs/viewcvs.py?rev=13293&view=rev