Adjust to recent ObjFW changes.

FossilOrigin-Name: b2ebf6b9e50512a49a644e6329b96d1facf3075506bf78673d69dc94b161ea2d
This commit is contained in:
Jonathan Schleifer 2011-09-09 14:55:03 +00:00
parent 779f6cdbed
commit 787adc6c9d
2 changed files with 11 additions and 11 deletions

View file

@ -71,6 +71,6 @@
- (void)leaveChannel: (IRCChannel*)channel
withReason: (OFString*)reason;
- (void)sendLine: (OFString*)line;
- (void)sendLineWithFormat: (OFString*)line, ...;
- (void)sendLineWithFormat: (OFConstantString*)line, ...;
- (void)handleConnection;
@end