Make the "Save only marked frames" button in the "Save As..." dialog box
[obnox/wireshark/wip.git] / globals.h
index 49122e97c3d429982fc93055bdaaba44d827b2fe..5bb3dd4ba94a74692279b2a1ee90db81ab84e841 100644 (file)
--- a/globals.h
+++ b/globals.h
@@ -1,12 +1,11 @@
 /* globals.h
  * Global defines, etc.
  *
- * $Id: globals.h,v 1.24 2001/03/27 06:48:11 guy Exp $
+ * $Id: globals.h,v 1.26 2001/06/05 07:38:33 guy Exp $
  *
  * Ethereal - Network traffic analyzer
- * By Gerald Combs <gerald@zing.org>
+ * By Gerald Combs <gerald@ethereal.com>
  * Copyright 1998 Gerald Combs
- *
  * 
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
 #define MIN_PACKET_SIZE 68     /* minimum amount of packet data we can read */
 
 extern capture_file cfile;
-extern guint        main_ctx, file_ctx;
 extern gchar       *ethereal_path;
 extern gchar       *last_open_dir;
-extern gboolean     auto_scroll_live;
 extern field_info  *finfo_selected;
 
 extern ts_type timestamp_type;