Changeset 6559 for trunk/libtransmission/platform.h
- Timestamp:
- Aug 17, 2008, 12:39:26 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libtransmission/platform.h
r6498 r6559 57 57 int tr_lockHave ( const tr_lock * ); 58 58 59 60 enum 61 { 62 TR_LOCKFILE_SUCCESS, 63 TR_LOCKFILE_EOPEN, 64 TR_LOCKFILE_ELOCK 65 }; 66 67 int tr_lockfile ( const char * filename ); 59 tr_lockfile_state_t tr_lockfile ( const char * filename ); 68 60 69 61 #endif
Note: See TracChangeset
for help on using the changeset viewer.