Changeset 4141
- Timestamp:
- Dec 13, 2007, 2:03:29 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/third-party/libnatpmp/natpmp.h
r4099 r4141 57 57 58 58 /* Values to pass to sendnewportmappingrequest() */ 59 #define NATPMP_PROTOCOL_ TCP (1)60 #define NATPMP_PROTOCOL_ UDP (2)59 #define NATPMP_PROTOCOL_UDP (1) 60 #define NATPMP_PROTOCOL_TCP (2) 61 61 62 62 /* NATPMP_ERR_INVALIDARGS : invalid arguments passed to the function */
Note: See TracChangeset
for help on using the changeset viewer.