aboutsummaryrefslogtreecommitdiffstats
path: root/epan/tfs.h
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2009-07-07 14:23:49 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2009-07-07 14:23:49 +0000
commit3c9c5b9c4a28a1d8b9a5abd76d183ed3f67f9c04 (patch)
treebfa5d89ec782b1ee26b354de91189988c32067ff /epan/tfs.h
parenteb18a596d79d6ac92ff9a41c9b81ba45b4465c71 (diff)
Fix prototypes for default tfs sets.
svn path=/trunk/; revision=28985
Diffstat (limited to 'epan/tfs.h')
-rw-r--r--epan/tfs.h42
1 files changed, 21 insertions, 21 deletions
diff --git a/epan/tfs.h b/epan/tfs.h
index 2ca475d695..e53773222d 100644
--- a/epan/tfs.h
+++ b/epan/tfs.h
@@ -36,31 +36,31 @@ typedef struct true_false_string {
* A default set of true/false strings that dissectors can use for
* FT_BOOLEAN header fields.
*/
-WS_VAR_IMPORT const true_false_string tfs_true_false;
-WS_VAR_IMPORT const true_false_string tfs_yes_no;
-WS_VAR_IMPORT const true_false_string tfs_set_notset;
-WS_VAR_IMPORT const true_false_string tfs_enabled_disabled;
-WS_VAR_IMPORT const true_false_string tfs_ok_error;
-WS_VAR_IMPORT const true_false_string tfs_success_fail;
-WS_VAR_IMPORT const true_false_string tfs_on_off;
-WS_VAR_IMPORT const true_false_string tfs_ack_nack;
-WS_VAR_IMPORT const true_false_string tfs_odd_even;
-WS_VAR_IMPORT const true_false_string tfs_allow_block;
-WS_VAR_IMPORT const true_false_string tfs_restricted_allowed;
-WS_VAR_IMPORT const true_false_string tfs_accept_reject;
-WS_VAR_IMPORT const true_false_string tfs_more_nomore;
-WS_VAR_IMPORT const true_false_string tfs_present_absent;
-WS_VAR_IMPORT const true_false_string tfs_active_inactive;
-WS_VAR_IMPORT const true_false_string tfs_found_not_found;
-WS_VAR_IMPORT const true_false_string tfs_command_response;
-WS_VAR_IMPORT const true_false_string tfs_capable_not_capable;
-WS_VAR_IMPORT const true_false_string tfs_supported_not_supported;
-WS_VAR_IMPORT const true_false_string tfs_used_notused;
+WS_VAR_IMPORT const true_false_string tfs_true_false[];
+WS_VAR_IMPORT const true_false_string tfs_yes_no[];
+WS_VAR_IMPORT const true_false_string tfs_set_notset[];
+WS_VAR_IMPORT const true_false_string tfs_enabled_disabled[];
+WS_VAR_IMPORT const true_false_string tfs_ok_error[];
+WS_VAR_IMPORT const true_false_string tfs_success_fail[];
+WS_VAR_IMPORT const true_false_string tfs_on_off[];
+WS_VAR_IMPORT const true_false_string tfs_ack_nack[];
+WS_VAR_IMPORT const true_false_string tfs_odd_even[];
+WS_VAR_IMPORT const true_false_string tfs_allow_block[];
+WS_VAR_IMPORT const true_false_string tfs_restricted_allowed[];
+WS_VAR_IMPORT const true_false_string tfs_accept_reject[];
+WS_VAR_IMPORT const true_false_string tfs_more_nomore[];
+WS_VAR_IMPORT const true_false_string tfs_present_absent[];
+WS_VAR_IMPORT const true_false_string tfs_active_inactive[];
+WS_VAR_IMPORT const true_false_string tfs_found_not_found[];
+WS_VAR_IMPORT const true_false_string tfs_command_response[];
+WS_VAR_IMPORT const true_false_string tfs_capable_not_capable[];
+WS_VAR_IMPORT const true_false_string tfs_supported_not_supported[];
+WS_VAR_IMPORT const true_false_string tfs_used_notused[];
/*
* Old true_false_string from packet.c
* Retained for backward compatibility until all dissectors are updated.
*/
-WS_VAR_IMPORT const true_false_string flags_set_truth;
+WS_VAR_IMPORT const true_false_string flags_set_truth[];
#endif