mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-23 01:18:58 +00:00
Test/Code Refactor in preparation for merge
This commit is contained in:
@ -35,8 +35,5 @@ namespace ZeroTier
|
||||
void gotoxy(int x,int y);
|
||||
void get_path_from_pid(char* dest, int pid);
|
||||
void get_path_from_fd(char* dest, int pid, int fd);
|
||||
ip_addr_t ip_addr_sin(register struct sockaddr_in *sin);
|
||||
ssize_t sock_fd_write(int sock, int fd);
|
||||
ssize_t sock_fd_read(int sock, void *buf, ssize_t bufsize, int *fd);
|
||||
}
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user