mirror of
https://github.com/transmission/transmission.git
synced 2025-12-27 21:53:42 +00:00
chore: remove /upload endpoint from rpc-server (#2550)
It's never been documented or supported and is unused by the web client. In the unlikely case that a 3rd party app is using it, use 'torrent-add' instead; it's documented + supported.
This commit is contained in:
@@ -276,9 +276,6 @@ char const* tr_strerror(int errnum);
|
||||
/** @brief Returns true if the string ends with the specified case-insensitive suffix */
|
||||
bool tr_str_has_suffix(char const* str, char const* suffix);
|
||||
|
||||
/** @brief Portability wrapper for memmem() that uses the system implementation if available */
|
||||
char const* tr_memmem(char const* haystack, size_t haystack_len, char const* needle, size_t needle_len);
|
||||
|
||||
/** @brief Portability wrapper for strcasestr() that uses the system implementation if available */
|
||||
char const* tr_strcasestr(char const* haystack, char const* needle);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user