simplify more
This commit is contained in:
parent
ef86c4f8f6
commit
7f3935ed15
6 changed files with 56 additions and 24 deletions
|
@ -56,6 +56,7 @@ namespace fw
|
|||
firewall_protocol_t string_to_protocol(String &protocol);
|
||||
String target_to_string(firewall_target_t &target);
|
||||
firewall_target_t string_to_target(String &target);
|
||||
String response_code_to_string(const uint16_t response_code);
|
||||
void endless_loop();
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue