| 169 | }; |
| 170 | |
| 171 | static struct sql *sql_of(struct plugin *plugin) |
| 172 | { |
| 173 | return plugin_get_data(plugin, struct sql); |
| 174 | } |
| 175 | |
| 176 | /* It was tempting to put these in the schema, but they're really |
| 177 | * just for our usage. Though that would allow us to autogen the |
no outgoing calls
no test coverage detected