source:
Daodan/MSVC/PortForwardWrapper.h@
630
Last change on this file since 630 was 589, checked in by , 13 years ago | |
---|---|
File size: 410 bytes |
Rev | Line | |
---|---|---|
[588] | 1 | typedef 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 | |
13 | extern "C" | |
14 | #endif | |
15 | int uPnP_Forward( PortMappingContainer_C* ptr ); | |
[589] | 16 | #ifdef __cplusplus |
17 | extern "C" | |
18 | #endif | |
19 | int uPnP_Remove( PortMappingContainer_C* ptr ); |
Note:
See TracBrowser
for help on using the repository browser.