fix doxygen generation
[obnox/wireshark/wip.git] / follow.h
index 0def34816bb26486042c71c762372942495cf601..013519d43e95f3c9c7f63329bb3a329a1827cf20 100644 (file)
--- a/follow.h
+++ b/follow.h
@@ -1,6 +1,6 @@
 /* follow.h
  *
- * $Id: follow.h,v 1.13 2002/08/28 21:00:06 jmayer Exp $
+ * $Id$
  *
  * Copyright 1998 Mike Hall <mlh@io.com>
  *
 
 #define MAX_IPADDR_LEN 16
 
-extern gboolean incomplete_tcp_stream;
-
-typedef struct _tcp_frag {
-  gulong              seq;
-  gulong              len;
-  gulong              data_len;
-  guchar             *data;
-  struct _tcp_frag   *next;
-} tcp_frag;
+/* With MSVC and a libethereal.dll, we need a special declaration. */
+ETH_VAR_IMPORT gboolean incomplete_tcp_stream;
 
 typedef struct _tcp_stream_chunk {
   guint8      src_addr[MAX_IPADDR_LEN];