Return error if task directory is bad

This commit is contained in:
Richard Frith-Macdonald 2023-10-10 17:01:52 +01:00
parent 9d0887e4d6
commit a5a9423c10
4 changed files with 65 additions and 4 deletions

View file

@ -307,6 +307,7 @@ typedef enum {
@interface NSError (GNUstepBase)
+ (NSError*) _last;
+ (NSError*) _systemError: (long)number;
- (void) _setObject: (NSObject*)anObject forKey: (NSString*)aKey;
@end
@class NSRunLoop;