From Irene Ruengeler: Whitespace changes.
[obnox/wireshark/wip.git] / globals.h
index eba68769aaab9c18d5d95812fa4a91c7c468dc2a..5c1e0675cba224caeabf8c115798cdae0397b1d3 100644 (file)
--- a/globals.h
+++ b/globals.h
@@ -1,10 +1,10 @@
 /* globals.h
  * Global defines, etc.
  *
- * $Id: globals.h,v 1.31 2003/09/24 00:47:36 guy 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
 #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 ts_type timestamp_type;
+#ifdef __cplusplus
+}
+#endif /* __cplusplus */
 
-#endif
+#endif /* __GLOBALS_H__ */