blob: 76704227cfee876c04af55112d6026d71a49df4b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
/*
* 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_
|