1
0
mirror of https://github.com/bol-van/zapret.git synced 2025-01-04 13:24:29 +00:00
zapret/nfq/nfqws.h
2024-10-28 09:32:24 +03:00

9 lines
114 B
C

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