summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--epan/tfs.h40
1 files changed, 20 insertions, 20 deletions
diff --git a/epan/tfs.h b/epan/tfs.h
index 50e59ed9f5..ce0570939e 100644
--- a/epan/tfs.h
+++ b/epan/tfs.h
@@ -36,25 +36,25 @@ 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;
#endif