mirror of
https://github.com/transmission/transmission.git
synced 2025-12-26 21:29:18 +00:00
(trunk libT) #2911 "requirement of javascript/transmission.js for webinterface unnecessary" -- implemented in trunk for 2.00
This commit is contained in:
@@ -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 * );
|
||||
|
||||
/** @} */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user