1.1 --- a/pEpObjCAdapter/PEPSessionProtocol.h Thu Mar 22 11:05:12 2018 +0100
1.2 +++ b/pEpObjCAdapter/PEPSessionProtocol.h Thu Mar 22 15:38:12 2018 +0100
1.3 @@ -162,7 +162,7 @@
1.4 #pragma mark -- Internal API (testing etc.)
1.5
1.6 /** For testing purpose, manual key import */
1.7 -- (void)importKey:(NSString * _Nonnull)keydata;
1.8 +- (BOOL)importKey:(NSString * _Nonnull)keydata error:(NSError * _Nullable * _Nullable)error;
1.9
1.10 - (void)logTitle:(NSString * _Nonnull)title entity:(NSString * _Nonnull)entity
1.11 description:(NSString * _Nullable)description comment:(NSString * _Nullable)comment;