mirror of
https://github.com/CovidBraceletPrj/CovidBracelet.git
synced 2025-07-02 19:40:28 +02:00
13 lines
205 B
C
13 lines
205 B
C
/*
|
|
* Copyright (c) 2020 Olaf Landsiedel
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
#ifndef SYNC_SERVICE_H
|
|
#define SYNC_SERVICE_H
|
|
|
|
int sync_service_init(void);
|
|
uint32_t sync_service_run(void);
|
|
|
|
#endif
|