| 12 | #include <plugins/bwatch/bwatch_wiregen.h> |
| 13 | |
| 14 | struct bwatch *bwatch_of(struct plugin *plugin) |
| 15 | { |
| 16 | return plugin_get_data(plugin, struct bwatch); |
| 17 | } |
| 18 | |
| 19 | /* |
| 20 | * ============================================================================ |
no outgoing calls
no test coverage detected