1
0
mirror of https://github.com/bol-van/zapret.git synced 2025-01-07 06:37:21 +00:00
zapret/tpws/tpws.h

10 lines
105 B
C
Raw Normal View History

2024-10-28 06:32:24 +00:00
#pragma once
#ifdef __linux__
#define SPLICE_PRESENT
#endif
#include <sys/param.h>
void dohup(void);