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[]);