Changeset 10736 for trunk/libtransmission/utils.h
- Timestamp:
- Jun 7, 2010, 2:25:31 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libtransmission/utils.h
r10521 r10736 400 400 @return the stripped string */ 401 401 char* tr_strstrip( char * str ); 402 403 /** @brief Returns true if the string ends with the specified case-insensitive suffix */ 404 tr_bool tr_str_has_suffix( const char *str, const char *suffix ); 405 402 406 403 407 /** @brief Portability wrapper for memmem() that uses the system implementation if available */
Note: See TracChangeset
for help on using the changeset viewer.