source: Daodan/MSVC/PortForwardWrapper.h@ 891

Last change on this file since 891 was 589, checked in by gumby, 13 years ago

stuff

File size: 410 bytes
Line 
1typedef struct
2{
3 char ExternalIPAddress[64];
4 char ExternalPort[64];
5 char InternalPort[64];
6 char Protocol[64];
7 char InternalClient[64];
8 char Enabled[64];
9 char Description[255];
10} PortMappingContainer_C;
11
12#ifdef __cplusplus
13extern "C"
14#endif
15 int uPnP_Forward( PortMappingContainer_C* ptr );
16#ifdef __cplusplus
17extern "C"
18#endif
19int uPnP_Remove( PortMappingContainer_C* ptr );
Note: See TracBrowser for help on using the repository browser.