zapret/tpws/tpws.h
2023-10-13 20:10:46 +03:00

10 lines
105 B
C

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