http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=27347
User: guy
Date: 2009/02/01 03:14 PM
Log:
Move declarations of routines in gtk/capture_if_dlg.c into
gtk/capture_if_dlg.h. Include that header when appropriate.
Get rid of include of <sys/wait.h> in gtk/capture_if_dlg.c; there's no
forking or waiting in there.
Make update_if() in gtk/capture_if_dlg.c static - it's not used outside
that file.
Directory: /trunk/gtk/
Changes Path Action
+1 -0 Makefile.common Modified
+0 -23 capture_dlg.h Modified
+2 -6 capture_if_dlg.c Modified
+57 -0 capture_if_dlg.h Added
+1 -0 main.c Modified
+1 -0 main_menu.c Modified
+1 -0 main_toolbar.c Modified
+1 -0 main_welcome.c Modified