Skip to content

Commit a97f608

Browse files
committed
Added missing forward declaration of StorePasswordKeychain().
1 parent d0c822c commit a97f608

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gitx_askpasswd_main.m

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ -(IBAction) doCancelButton: (id)sender;
4545
@end
4646

4747
NSString* url;
48+
OSStatus StorePasswordKeychain (const char *url, UInt32 urlLength, void* password,UInt32 passwordLength);
4849

4950

5051
@implementation GAPAppDelegate

0 commit comments

Comments
 (0)