Added lots of debug messages.
[MenuTunes.git] / AudioscrobblerController.h
index ae0a20e..78cfdb3 100644 (file)
@@ -33,6 +33,7 @@ typedef enum {
 }
 + (AudioscrobblerController *)sharedController;
 
+- (void)attemptHandshake;
 - (void)attemptHandshake:(BOOL)force;
 - (BOOL)handshakeCompleted;
 - (void)submitTrack:(NSString *)title artist:(NSString *)artist album:(NSString *)album length:(int)length;