1
0
mirror of https://github.com/bol-van/zapret.git synced 2025-03-01 22:39:39 +03:00
2024-04-30 15:35:20 +03:00

12 lines
108 B
C

#pragma once
#ifdef __CYGWIN__
#include <stdbool.h>
bool service_run();
void service_stopped();
#endif