This repository has been archived on 2026-05-07. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
Easy-IRL-Stream/src/ingest-thread.h
T
Nils 10be82cba5 Initial commit
Made-with: Cursor
2026-03-29 20:45:07 +02:00

7 lines
150 B
C

#pragma once
#include "irl-source.h"
void ingest_thread_start(struct irl_source_data *data);
void ingest_thread_stop(struct irl_source_data *data);