twitch.h 212 B

12345678
  1. #pragma once
  2. #include "service-ingest.h"
  3. extern void twitch_ingests_lock(void);
  4. extern void twitch_ingests_unlock(void);
  5. extern size_t twitch_ingest_count(void);
  6. extern struct ingest twitch_ingest(size_t idx);