zapret/tpws/tpws.h

10 lines
101 B
C
Raw Normal View History

2021-03-04 16:30:38 +05:00
#pragma once
#ifdef __linux__
#define SPLICE_PRESENT
#endif
#include <sys/param.h>
void dohup();