mirror of
https://github.com/bol-van/zapret2
synced 2026-09-21 21:29:24 +03:00
13 lines
274 B
C
13 lines
274 B
C
#pragma once
|
|
|
|
#include <signal.h>
|
|
|
|
#ifdef __linux__
|
|
#define HAS_FILTER_SSID 1
|
|
#endif
|
|
|
|
extern volatile sig_atomic_t bQuit;
|
|
int main(int argc, char *argv[]);
|
|
|
|
// when something changes that can break LUA compatibility this version should be increased
|
|
#define LUA_COMPAT_VER 6
|