*NIX (autofoo and cmake) part of the fix for
[metze/wireshark/wip.git] / globals.h
index ad169638e0dafd56b0d6efd9f1c9d2f97e87e0b4..32ce6fea503eff69c419996ca4affd5ca99fc17d 100644 (file)
--- a/globals.h
+++ b/globals.h
@@ -1,10 +1,10 @@
 /* globals.h
  * Global defines, etc.
  *
- * $Id: globals.h,v 1.29 2002/08/28 21:00:06 jmayer Exp $
+ * $Id$
  *
- * Ethereal - Network traffic analyzer
- * By Gerald Combs <gerald@ethereal.com>
+ * Wireshark - Network traffic analyzer
+ * By Gerald Combs <gerald@wireshark.org>
  * Copyright 1998 Gerald Combs
  *
  * This program is free software; you can redistribute it and/or
  *
  * You should have received a copy of the GNU General Public License
  * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
  */
 
 #ifndef __GLOBALS_H__
 #define __GLOBALS_H__
 
-#include <stdio.h>
 #include "file.h"
 #include <epan/timestamp.h>
 
-#define MIN_PACKET_SIZE 68     /* minimum amount of packet data we can read */
+#ifdef __cplusplus
+extern "C" {
+#endif /* __cplusplus */
 
 extern capture_file cfile;
-extern gchar       *ethereal_path;
-extern gchar       *last_open_dir;
-#ifdef HAVE_LIBPCAP
-extern gboolean     auto_scroll_live;
-#endif
-extern field_info  *finfo_selected;
 
-extern ts_type timestamp_type;
+#ifdef __cplusplus
+}
+#endif /* __cplusplus */
 
-#endif
+#endif /* __GLOBALS_H__ */