sparse-tools/include/bs_sync.h

12 lines
166 B
C
Raw Normal View History

2022-08-19 19:52:26 +02:00
//
// Created by haraldwolff on 14.08.22.
//
#pragma once
#include <bs_engine.h>
int bs_sync_start(bs_engine_t *engine);
int bs_sync_thread(bs_engine_t *engine);