#ifndef __UDP__H #define __UDP__H /* function declarations */ /* initialize the tcp_client application */ int udp_log_start(void); void udp_log_close(void); int udp_send_printf(char *p); #endif