Changeset 13625 for trunk/libtransmission/upnp.h
- Timestamp:
- Dec 5, 2012, 5:29:46 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libtransmission/upnp.h
r11709 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_upnp tr_upnp; 26 26 27 tr_upnp * tr_upnpInit ( void);27 tr_upnp * tr_upnpInit (void); 28 28 29 void tr_upnpClose ( tr_upnp *);29 void tr_upnpClose (tr_upnp *); 30 30 31 int tr_upnpPulse (tr_upnp *,31 int tr_upnpPulse ( tr_upnp *, 32 32 int port, 33 33 int isEnabled, 34 int doPortCheck 34 int doPortCheck); 35 35 /* @} */ 36 36 #endif
Note: See TracChangeset
for help on using the changeset viewer.