(trunk libT) #2911 "requirement of javascript/transmission.js for webinterface unnecessary" -- implemented in trunk for 2.00

This commit is contained in:
Charles Kerr
2010-03-19 18:48:37 +00:00
parent fb03c00d1a
commit 1357a75d40
3 changed files with 19 additions and 19 deletions

View File

@@ -41,7 +41,7 @@
* @brief invoked by tr_sessionInit() to set up the locations of the resume, torrent, and clutch directories.
* @see tr_getResumeDir()
* @see tr_getTorrentDir()
* @see tr_getClutchDir()
* @see tr_getWebClientDir()
*/
void tr_setConfigDir( tr_session * session, const char * configDir );
@@ -51,8 +51,8 @@ const char * tr_getResumeDir( const tr_session * );
/** @brief return the directory where .torrent files are stored */
const char * tr_getTorrentDir( const tr_session * );
/** @brief return the directory where Clutch's web ui files are kept */
const char * tr_getClutchDir( const tr_session * );
/** @brief return the directory where the Web Client's web ui files are kept */
const char * tr_getWebClientDir( const tr_session * );
/** @} */