Wireshark-commits: [Wireshark-commits] rev 25574: /trunk/ /trunk/gtk/: Makefile.common capture_dlg.
Date: Tue, 24 Jun 2008 03:38:16 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=25574

User: guy
Date: 2008/06/23 08:38 PM

Log:
 Add gtk/capture_globals.h, to declare global_capture_opts, so files that
 don't need global_capture_opts don't need to have it declared and thus
 don't need capture_options defined.
 
 Include gtk/capture_globals in the files in question.
 
 Change some more capture_opts references to refer to
 global_capture_opts.
 
 Change some global_capture_opts references in routines with a
 capture_opts argument to refer to capture_opts.
 
 The structure type is capture_options, not capture_opts; fix some
 references.
 
 Include <sys/types.h>, if it's present, in capture_opts.h, so we get
 gid_t defined.
 
 Clean up indentation.

Directory: /trunk/gtk/
  Changes    Path                  Action
  +1 -0      Makefile.common       Modified
  +1 -0      capture_dlg.c         Modified
  +30 -0     capture_globals.h     Added
  +1 -0      capture_if_dlg.c      Modified
  +2 -2      capture_info_dlg.c    Modified
  +3 -2      drag_and_drop.c       Modified
  +0 -4      main.h                Modified
  +7 -6      main_statusbar.c      Modified
  +11 -10    main_welcome.c        Modified
  +2 -1      summary_dlg.c         Modified


(3 files not shown)