Added missing forward declaration of StorePasswordKeychain().

This commit is contained in:
Harvey Thompson
2011-02-13 23:26:27 -08:00
parent d0c822ccb5
commit a97f608bac
+1
View File
@@ -45,6 +45,7 @@
@end
NSString* url;
OSStatus StorePasswordKeychain (const char *url, UInt32 urlLength, void* password,UInt32 passwordLength);
@implementation GAPAppDelegate