1 #ifndef PACHI_NETWORK_H
2 #define PACHI_NETWORK_H
7 #include <netinet/in.h>
10 int port_listen(char *port
, int max_connections
);
11 int open_server_connection(int socket
, struct in_addr
*client
);
12 void open_log_port(char *port
);
13 void open_gtp_connection(int *socket
, char *port
);