Make non-blocking processing possible.

FossilOrigin-Name: 8b4878957125416dad0f0a91a2b64ae63c8284e39286e70eb7ae15086ef90307
This commit is contained in:
Jonathan Schleifer 2011-09-14 23:38:35 +00:00
parent a8b7db8d28
commit 8057b5df61
2 changed files with 275 additions and 275 deletions

View file

@ -107,5 +107,6 @@
fromChannel: (IRCChannel*)channel
withReason: (OFString*)reason;
- (void)changeNicknameTo: (OFString*)nickname;
- (void)process;
- (void)handleConnection;
@end