Addded tfs_used_notused.

svn path=/trunk/; revision=27617
This commit is contained in:
Stig Bjørlykke 2009-03-05 22:25:36 +00:00
parent 8d15bd9a47
commit ba6a734bdf
3 changed files with 3 additions and 0 deletions

View File

@ -924,6 +924,7 @@ tfs_set_notset DATA
tfs_success_fail DATA
tfs_supported_not_supported DATA
tfs_true_false DATA
tfs_used_notused DATA
tfs_yes_no DATA
time_msecs_to_str
time_secs_to_str

View File

@ -52,6 +52,7 @@ const true_false_string tfs_found_not_found = { "Found", "Not found" };
const true_false_string tfs_command_response = { "Command", "Response" };
const true_false_string tfs_capable_not_capable = { "Capable", "Not capable" };
const true_false_string tfs_supported_not_supported = { "Supported", "Not supported" };
const true_false_string tfs_used_notused = { "Used", "Not used" };
/*
* Old true_false_string from packet.c

View File

@ -55,6 +55,7 @@ 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