zapret/nfq/win.h
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