diff options
author | Gerald Combs <gerald@wireshark.org> | 2006-06-20 18:30:54 +0000 |
---|---|---|
committer | Gerald Combs <gerald@wireshark.org> | 2006-06-20 18:30:54 +0000 |
commit | f7e38bd5e65ca78ca1ff385a403b2eb01255c697 (patch) | |
tree | d60c188ff951ee2301f647bee53310e2c80af4c3 /epan/plugins.h | |
parent | 797bb2d5d7cfcaf497585bd68afe1d37d96b9852 (diff) | |
download | wireshark-f7e38bd5e65ca78ca1ff385a403b2eb01255c697.tar.gz wireshark-f7e38bd5e65ca78ca1ff385a403b2eb01255c697.tar.bz2 wireshark-f7e38bd5e65ca78ca1ff385a403b2eb01255c697.zip |
Change ETH_VAR_IMPORT to WS_VAR_IMPORT. Try to fix a duplicate variable
definition in the Catapult DCT2000 code.
svn path=/trunk/; revision=18524
Diffstat (limited to 'epan/plugins.h')
-rw-r--r-- | epan/plugins.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/plugins.h b/epan/plugins.h index 0f1ead79ee..44d942fbc8 100644 --- a/epan/plugins.h +++ b/epan/plugins.h @@ -40,7 +40,7 @@ typedef struct _plugin { struct _plugin *next; /* forward link */ } plugin; -ETH_VAR_IMPORT plugin *plugin_list; +WS_VAR_IMPORT plugin *plugin_list; extern void init_plugins(const char *); extern void register_all_plugin_handoffs(void); |