(fix) allow getting password from context for OC

This commit is contained in:
extrafu
2015-11-19 17:57:04 -05:00
parent 4a27beabdd
commit 19676593ea
2 changed files with 7 additions and 0 deletions

View File

@@ -46,6 +46,9 @@
forURL: (NSURL *) server
forceRenew: (BOOL) renew;
- (NSString *) passwordInContext: (WOContext *) context;
@end
#endif /* MAPISTOREAUTHENTICATOR_H */