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();