diff options
Diffstat (limited to 'components/wisp_relay/broadcaster.h')
| -rw-r--r-- | components/wisp_relay/broadcaster.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/components/wisp_relay/broadcaster.h b/components/wisp_relay/broadcaster.h new file mode 100644 index 0000000..0b29f71 --- /dev/null +++ b/components/wisp_relay/broadcaster.h | |||
| @@ -0,0 +1,11 @@ | |||
| 1 | #ifndef BROADCASTER_H | ||
| 2 | #define BROADCASTER_H | ||
| 3 | |||
| 4 | #include "relay_core.h" | ||
| 5 | |||
| 6 | void broadcaster_fanout_json(relay_ctx_t *ctx, const char *event_json, | ||
| 7 | size_t event_len, int event_kind, | ||
| 8 | const char *event_pubkey_hex, | ||
| 9 | uint64_t event_created_at); | ||
| 10 | |||
| 11 | #endif | ||