a little progress on setting up the rpc callback (no new actual functionality yet)

This commit is contained in:
Mitchell Livingston
2008-05-20 15:16:34 +00:00
parent 9815e48daf
commit 850807c626
5 changed files with 50 additions and 19 deletions

View File

@@ -230,7 +230,7 @@ typedef enum
- (void) beginCreateFile: (NSNotification *) notification;
- (void) sleepCallBack: (natural_t) messageType argument: (void *) messageArgument;
- (void) sleepCallback: (natural_t) messageType argument: (void *) messageArgument;
- (void) torrentTableViewSelectionDidChange: (NSNotification *) notification;
@@ -261,4 +261,6 @@ typedef enum
- (void) prepareForUpdate: (NSNotification *) notification;
- (void) rpcCallback: (tr_rpc_callback_type) type forTorrentStruct: (struct tr_torrent *) torrentStruct;
@end