aboutsummaryrefslogtreecommitdiffstats
path: root/epan/proto.h
diff options
context:
space:
mode:
authorOlivier Biot <obiot.ethereal@gmail.com>2004-07-29 00:11:14 +0000
committerOlivier Biot <obiot.ethereal@gmail.com>2004-07-29 00:11:14 +0000
commita11651260beaf977f8e795ae48e6300b0148c0e9 (patch)
tree04b7a3581442ea8a49caf07643231d0059927a82 /epan/proto.h
parent1867a5e9a5b8e91139d2a4db3b5419bd6fdfded8 (diff)
From Lars Roland: With this patch print.(c/h) and ps.(c/h) don't belong to
the DISSECTOR_SUPPORT_xy files any longer and as a consequence they won't be linked into libethereal. svn path=/trunk/; revision=11559
Diffstat (limited to 'epan/proto.h')
-rw-r--r--epan/proto.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/proto.h b/epan/proto.h
index 28ac125db5..253928446c 100644
--- a/epan/proto.h
+++ b/epan/proto.h
@@ -50,8 +50,8 @@
#include "tvbuff.h"
#include "ftypes/ftypes.h"
-/** The header-field index for the special text pseudo-field */
-extern int hf_text_only;
+/** The header-field index for the special text pseudo-field. Exported by libethereal.dll */
+ETH_VAR_IMPORT int hf_text_only;
/** the maximum length of a protocol field string representation */
#define ITEM_LABEL_LENGTH 240