Changeset 13625 for trunk/libtransmission/natpmp_local.h
- Timestamp:
- Dec 5, 2012, 5:29:46 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libtransmission/natpmp_local.h
r13199 r13625 3 3 * 4 4 * This file is licensed by the GPL version 2. Works owned by the 5 * Transmission project are granted a special exemption to clause 2 (b)5 * Transmission project are granted a special exemption to clause 2 (b) 6 6 * so that the bulk of its code can remain under the MIT license. 7 7 * This exemption does not extend to derived works not owned by … … 25 25 typedef struct tr_natpmp tr_natpmp; 26 26 27 tr_natpmp * tr_natpmpInit ( void);27 tr_natpmp * tr_natpmpInit (void); 28 28 29 void tr_natpmpClose ( tr_natpmp *);29 void tr_natpmpClose (tr_natpmp *); 30 30 31 int tr_natpmpPulse ( tr_natpmp *, tr_port port, bool isEnabled, tr_port * public_port);31 int tr_natpmpPulse (tr_natpmp *, tr_port port, bool isEnabled, tr_port * public_port); 32 32 33 33 /* @} */
Note: See TracChangeset
for help on using the changeset viewer.