zapret/tpws/redirect.h

10 lines
232 B
C
Raw Normal View History

2024-10-28 11:32:24 +05:00
#pragma once
#include <stdbool.h>
#include <netinet/in.h>
#include <sys/socket.h>
bool get_dest_addr(int sockfd, const struct sockaddr *accept_sa, struct sockaddr_storage *orig_dst);
bool redir_init(void);
void redir_close(void);