mirror of
https://github.com/bol-van/zapret.git
synced 2024-11-11 17:29:16 +05:00
8 lines
207 B
C
8 lines
207 B
C
#pragma once
|
|
|
|
#include <stdbool.h>
|
|
#include <sys/types.h>
|
|
|
|
bool find_host(char **pHost,char *buf,size_t bs);
|
|
void modify_tcp_segment(char *segment,size_t segment_buffer_size,size_t *size,size_t *split_pos);
|