| 445 | } |
| 446 | |
| 447 | static bool handle_set_billboard(struct subd *sd, const u8 *msg) |
| 448 | { |
| 449 | bool perm; |
| 450 | char *happenings; |
| 451 | |
| 452 | if (!fromwire_status_peer_billboard(msg, msg, &perm, &happenings)) |
| 453 | return false; |
| 454 | |
| 455 | sd->billboardcb(sd->channel, perm, happenings); |
| 456 | return true; |
| 457 | } |
| 458 | |
| 459 | static bool handle_version(struct subd *sd, const u8 *msg) |
| 460 | { |