Changeset 7743 for trunk/libtransmission/utils.h
- Timestamp:
- Jan 18, 2009, 3:15:41 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libtransmission/utils.h
r7663 r7743 303 303 304 304 /** @param in is a void* so that callers can pass in both signed & unsigned without a cast */ 305 char* tr_strndup( const void * in, int len ) TR_GNUC_MALLOC;305 char* tr_strndup( const void * in, ssize_t len ) TR_GNUC_MALLOC; 306 306 307 307 /** @param in is a void* so that callers can pass in both signed & unsigned without a cast */
Note: See TracChangeset
for help on using the changeset viewer.