1
0
mirror of https://github.com/bol-van/zapret.git synced 2025-01-14 18:56:54 +00:00
zapret/tpws/tpws.h
2021-03-04 14:30:38 +03:00

10 lines
101 B
C

#pragma once
#ifdef __linux__
#define SPLICE_PRESENT
#endif
#include <sys/param.h>
void dohup();