Changeset 3457 for trunk/libtransmission/utils.h
- Timestamp:
- Oct 18, 2007, 6:32:58 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libtransmission/utils.h
r3448 r3457 81 81 /* creates a filename from a series of elements using the 82 82 correct separator for filenames. */ 83 void tr_buildPath 84 83 void tr_buildPath( char* buf, size_t buflen, 84 const char * first_element, ... ); 85 85 86 struct timeval timevalSec 87 struct timeval timevalMsec ( int milliseconds );86 struct timeval timevalSec( int seconds ); 87 struct timeval timevalMsec( uint64_t milliseconds ); 88 88 89 89
Note: See TracChangeset
for help on using the changeset viewer.