Differences From Artifact [7e93a8c354]:
- File src/XMPPFileStorage.h — part of check-in [2faf18cba7] at 2017-05-13 15:03:44 on branch trunk — Adjust to ObjFW changes (user: js, size: 1412) [annotate] [blame] [check-ins using]
To Artifact [a109a79832]:
- File src/XMPPFileStorage.h — part of check-in [180bf3d08b] at 2018-11-05 21:22:12 on branch trunk — Modernize coding style (user: js, size: 1440) [annotate] [blame] [check-ins using]
︙ | |||
30 31 32 33 34 35 36 | 30 31 32 33 34 35 36 37 38 39 40 41 | - - + + | @interface XMPPFileStorage: OFObject <XMPPStorage> { OFString *_file; OFMutableDictionary *_data; } |