mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 12:28:52 +00:00
code cleanup: let glib do more of the heavy lifting w.r.t. parsing command-line arguments, drag-and-drop strings
This commit is contained in:
@@ -90,7 +90,7 @@ urldecode(const char *str, int len);
|
||||
|
||||
/* return a list of cleaned-up paths, with invalid directories removed */
|
||||
GList *
|
||||
checkfilenames(int argc, char **argv);
|
||||
checkfilenames( int argc, char ** argv );
|
||||
|
||||
/* returns the flag for an action string */
|
||||
enum tr_torrent_action
|
||||
|
||||
Reference in New Issue
Block a user