| 42 | static struct command_result param_failed, complete, pending, unknown; |
| 43 | |
| 44 | struct command_result *command_param_failed(void) |
| 45 | { |
| 46 | return ¶m_failed; |
| 47 | } |
| 48 | |
| 49 | struct command_result *command_its_complicated(const char *relationship_details |
| 50 | UNNEEDED) |
no outgoing calls
no test coverage detected