add an RPC session callback for when queue order changes

This commit is contained in:
Mitchell Livingston
2011-08-27 23:54:10 +00:00
parent f2f0dc1861
commit 516164e78e
5 changed files with 28 additions and 6 deletions

View File

@@ -261,5 +261,6 @@ typedef enum
- (void) rpcStartedStoppedTorrent: (Torrent *) torrent;
- (void) rpcChangedTorrent: (Torrent *) torrent;
- (void) rpcMovedTorrent: (Torrent *) torrent;
- (void) rpcUpdateQueue;
@end