aboutsummaryrefslogtreecommitdiffstats
path: root/epan/stream.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2005-10-03 22:02:47 +0000
committerGuy Harris <guy@alum.mit.edu>2005-10-03 22:02:47 +0000
commitc76adc9797d3449398727760ff500d656061e514 (patch)
tree6bd0c16fab2b1dfc7d97a86895ba4d938b73d856 /epan/stream.h
parent8b696f70b8808f97594a4cb22b02d00cea9af0ff (diff)
The "extern" in "struct _fragment_items" doesn't do anything, as data
types aren't objects and don't have storage classes, etc.. svn path=/trunk/; revision=16094
Diffstat (limited to 'epan/stream.h')
-rw-r--r--epan/stream.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/stream.h b/epan/stream.h
index ee868e1e37..00e5e1cf38 100644
--- a/epan/stream.h
+++ b/epan/stream.h
@@ -30,7 +30,7 @@
#include <epan/tvbuff.h>
-extern struct _fragment_items;
+struct _fragment_items;
/* A stream represents the concept of an arbitrary stream of data,
divided up into frames for transmission, where the frames have