Differences From Artifact [afc71f5901]:
- File
utils/ofzip/OFZIP.h
— part of check-in
[41949ecc65]
at
2017-08-05 17:48:55
on branch trunk
— ofzip: Support for writing files
Not supported for any file formats, yet. (user: js, size: 1195) [annotate] [blame] [check-ins using]
To Artifact [93eeb1cd0b]:
- File utils/ofzip/OFZIP.h — part of check-in [eba39f1c9d] at 2017-11-22 00:47:40 on branch trunk — OF_APPLICATION_DELEGATE(): Verify conformance (user: js, size: 1219) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
22 23 24 25 26 27 28 | #ifndef S_IRWXG # define S_IRWXG 0 #endif #ifndef S_IRWXO # define S_IRWXO 0 #endif | | | 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 | #ifndef S_IRWXG # define S_IRWXG 0 #endif #ifndef S_IRWXO # define S_IRWXO 0 #endif @interface OFZIP: OFObject <OFApplicationDelegate> { int8_t _overwrite; @public int8_t _outputLevel; OFString *_archivePath; int _exitStatus; } |
︙ | ︙ |