zapret/nfq/nfqws.h
2024-04-30 15:35:20 +03:00

9 lines
114 B
C

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