#1406: need tr_getDefaultDownloadDir() for consistency between apps

This commit is contained in:
Charles Kerr
2008-11-15 17:39:54 +00:00
parent af91ad11eb
commit f8a7c4b347
9 changed files with 53 additions and 37 deletions
-3
View File
@@ -144,9 +144,6 @@ void tr_deepLog( const char * file,
char* tr_getLogTimeStr( char * buf,
int buflen );
/** a portability wrapper for getcwd(). */
char* tr_getcwd( void ) TR_GNUC_MALLOC;
/** a portability wrapper for basename(). */
char* tr_basename( const char * path ) TR_GNUC_MALLOC;