Template
1
0
mirror of https://github.com/bol-van/zapret2.git synced 2026-03-13 22:03:09 +00:00
Files
zapret2/nfq2/win.h
2026-02-27 14:34:35 +03:00

10 lines
105 B
C

#pragma once
#ifdef __CYGWIN__
#include <stdbool.h>
bool service_run(int argc, char *argv[]);
#endif