ViewVC Help
View File | Revision Log | View Changeset | Root Listing
root/Oni2/Daodan/MSVC/PortForwardWrapper.h
Revision: 588
Committed: Fri Feb 11 08:21:14 2011 UTC (14 years, 8 months ago) by gumby
Content type: text/x-chdr
File size: 323 byte(s)
Log Message:

File Contents

# Content
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 );