#ifndef UDP_H #define UDP_H #include "data.h" int udp_connect_input (struct io *io); int udp_connect_output(struct io *io); #endif