#ifndef TCP_SERVER_H #define TCP_SERVER_H void tcp_server_init(); void tcp_server_task(void *Parameters); #endif