source:
Daodan/MSVC/PortForwardWrapper.h@
885
      
      | Last change on this file since 885 was 589, checked in by , 14 years ago | |
|---|---|
| File size: 410 bytes | |
| Line | |
|---|---|
| 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 ); | 
| 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.
    
