| 227 | } |
| 228 | |
| 229 | void db_bind_onionreply(struct db_stmt *stmt, int pos, const struct onionreply *r) |
| 230 | { |
| 231 | db_bind_talarr(stmt, pos, r->contents); |
| 232 | } |
| 233 | |
| 234 | void db_bind_talarr(struct db_stmt *stmt, int col, const u8 *arr) |
| 235 | { |
no test coverage detected