mirror of
https://github.com/bol-van/zapret.git
synced 2025-12-30 19:38:08 +03:00
function without args () -> (void)
This commit is contained in:
@@ -5,5 +5,5 @@
|
||||
#include <sys/socket.h>
|
||||
|
||||
bool get_dest_addr(int sockfd, const struct sockaddr *accept_sa, struct sockaddr_storage *orig_dst);
|
||||
bool redir_init();
|
||||
void redir_close();
|
||||
bool redir_init(void);
|
||||
void redir_close(void);
|
||||
|
||||
Reference in New Issue
Block a user