mirror of
https://github.com/bol-van/zapret.git
synced 2024-11-11 17:29:16 +05:00
10 lines
101 B
C
10 lines
101 B
C
|
#pragma once
|
||
|
|
||
|
#ifdef __linux__
|
||
|
#define SPLICE_PRESENT
|
||
|
#endif
|
||
|
|
||
|
#include <sys/param.h>
|
||
|
|
||
|
void dohup();
|