X-Git-Url: http://git.samba.org/samba.git/?p=obnox%2Fwireshark%2Fwip.git;a=blobdiff_plain;f=globals.h;h=d920fba1a25417a650fda4eb859194a71c964c80;hp=de1590b261f940331679d851a418a6c9d69a85b0;hb=fd4044b5c52f7bb52d0be686b3c71ac7c13e7452;hpb=c113a50c6b9548167740cdfce35eac35ec467002 diff --git a/globals.h b/globals.h index de1590b261..d920fba1a2 100644 --- a/globals.h +++ b/globals.h @@ -1,10 +1,10 @@ /* globals.h * Global defines, etc. * - * $Id: globals.h,v 1.33 2004/03/18 19:04:31 obiot Exp $ + * $Id$ * - * Ethereal - Network traffic analyzer - * By Gerald Combs + * Wireshark - Network traffic analyzer + * By Gerald Combs * Copyright 1998 Gerald Combs * * This program is free software; you can redistribute it and/or @@ -29,9 +29,8 @@ #include extern capture_file cfile; -extern gchar *ethereal_path; -extern gchar *last_open_dir; #ifdef HAVE_LIBPCAP +/** @todo move this to the gtk dir */ extern gboolean auto_scroll_live; #endif