Adjust to recent ObjFW changes.
FossilOrigin-Name: b2ebf6b9e50512a49a644e6329b96d1facf3075506bf78673d69dc94b161ea2d
This commit is contained in:
parent
779f6cdbed
commit
787adc6c9d
2 changed files with 11 additions and 11 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue