00001 00055 #ifndef __TCP_ACCEPT_H 00056 #define __TCP_ACCEPT_H 00057 00058 00059 00060 int create_socket(int listen_port,str bind_to,unsigned int *sock); 00061 00062 void accept_loop(); 00063 00064 #endif 00065