Declare data values exported from libwireshark with WS_VAR_IMPORT.

svn path=/trunk/; revision=20072
This commit is contained in:
Guy Harris 2006-12-08 18:40:42 +00:00
parent e26860607d
commit 7c9f095a26
2 changed files with 2 additions and 2 deletions

View File

@ -112,6 +112,6 @@ void camelsrt_call_matching(tvbuff_t *tvb,
proto_tree *tree,
struct camelsrt_info_t * p_camel_info);
extern gboolean gcamel_StatSRT;
WS_VAR_IMPORT gboolean gcamel_StatSRT;
#endif /* __camelsrt_HASH__*/

View File

@ -124,6 +124,6 @@ struct tcaphash_context_t * tcapsrt_call_matching(tvbuff_t *tvb,
proto_tree *tree,
struct tcapsrt_info_t * p_tcap_info);
extern gboolean gtcap_StatSRT;
WS_VAR_IMPORT gboolean gtcap_StatSRT;
#endif /* __tcapsrt_HASH__*/