Changeset 3984 for trunk/libtransmission/platform.h
- Timestamp:
- Nov 26, 2007, 8:21:52 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libtransmission/platform.h
r3838 r3984 22 22 * DEALINGS IN THE SOFTWARE. 23 23 *****************************************************************************/ 24 24 25 #ifndef TR_PLATFORM_H 25 26 #define TR_PLATFORM_H … … 49 50 void tr_condWait ( tr_cond *, tr_lock * ); 50 51 51 struct in_addr; /* forward declaration to calm gcc down */52 int53 tr_getDefaultRoute( struct in_addr * addr );54 55 52 #endif
Note: See TracChangeset
for help on using the changeset viewer.