1
0
mirror of https://github.com/bol-van/zapret.git synced 2025-01-05 21:56:46 +00:00
zapret/tpws/tpws.h
2024-10-28 09:32:24 +03:00

10 lines
105 B
C

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