summaryrefslogtreecommitdiff
path: root/epan/tfs.h
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2009-07-07 16:13:25 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2009-07-07 16:13:25 +0000
commit2f66bac84deec416ba78083aa95cce943ea3e090 (patch)
tree223fe5e476a13d4b5afae05b78a7b7cd48327be6 /epan/tfs.h
parent3f53109d7e1d8e245d7a79784e6cb9e34e4824c6 (diff)
downloadwireshark-2f66bac84deec416ba78083aa95cce943ea3e090.tar.gz
Revert r28985 to fix tfs prototypes, as it doesn't work...
svn path=/trunk/; revision=28993
Diffstat (limited to 'epan/tfs.h')
-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