Differences From Artifact [b31edf76a9]:
- File src/IRCUser.h — part of check-in [1813701690] at 2013-07-12 14:12:16 on branch trunk — Adjust to ObjFW API and fix a disconnect bug. (user: js, size: 1522) [annotate] [blame] [check-ins using]
To Artifact [b2083930e4]:
- File src/IRCUser.h — part of check-in [e7f0831117] at 2016-05-07 11:21:37 on branch trunk — Adjust to ObjFW changes (user: js, size: 1420) [annotate] [blame] [check-ins using]
︙ | |||
23 24 25 26 27 28 29 | 23 24 25 26 27 28 29 30 31 32 33 34 | - - - - - | #import <ObjFW/OFObject.h> @interface IRCUser: OFObject <OFCopying> { OFString *_nickname, *_username, *_hostname; } |