#ifndef _UNIXSOCK_H_ #define _UNIXSOCK_H_ int sock_init(); void sock_close(int sockfd); #endif // _UNIXSOCK_H_