zapret/tpws/tpws.h

10 lines
105 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>
2023-10-13 22:10:46 +05:00
void dohup(void);