/* * PARSEC HEADER: nl_udp.h */ #ifndef _NL_UDP_H_ #define _NL_UDP_H_ // nl_udp.c implements the following UDP platform specific functions // ----------------------------------------------------------------- // int UDPs_GetLocalIP(); // void UDPs_GetLocalBroadcast(); // int UDPs_InitOSNetAPI(); // void UDPs_KillOSNetAPI(); #endif // _NL_UDP_H_