Changeset 20 for trunk/libtransmission/transmission.h
- Timestamp:
- Jan 12, 2006, 6:58:57 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libtransmission/transmission.h
r14 r20 31 31 32 32 #define SHA_DIGEST_LENGTH 20 33 #ifdef SYS_BEOS33 #ifdef __BEOS__ 34 34 # include <StorageDefs.h> 35 35 # define MAX_PATH_LENGTH B_FILE_NAME_LENGTH … … 58 58 * not free it. 59 59 **********************************************************************/ 60 char * tr_getPrefsDirectory( tr_handle_t *);60 char * tr_getPrefsDirectory(); 61 61 62 62 /*********************************************************************** … … 231 231 int peersDownloading; 232 232 char pieces[120]; 233 int 234 intleechers;233 int seeders; 234 int leechers; 235 235 236 236 uint64_t downloaded;
Note: See TracChangeset
for help on using the changeset viewer.