Moving over to a new XCode project file... it builds fine, and the builds
[MenuTunes.git] / NetworkObject.h
index 0e185d4..5a3781b 100755 (executable)
@@ -30,5 +30,6 @@
 - (BOOL)sendPassword:(NSData *)password;
 
 - (void)invalidate;
+- (void)makeValid;
 - (BOOL)isValid;
 @end