| Revision: | 589 |
| Committed: | Sat Aug 20 09:47:49 2011 UTC (14 years, 3 months ago) by gumby |
| Content type: | text/x-chdr |
| File size: | 410 byte(s) |
| Log Message: | stuff |
| # | 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 ); |
| 16 | #ifdef __cplusplus |
| 17 | extern "C" |
| 18 | #endif |
| 19 | int uPnP_Remove( PortMappingContainer_C* ptr ); |